SSH communication works on two principles
1)Communication should be done in encrypted channel
2)This encryption can be done by exchanging a PUBLIC KEY between two parties and a PRIVATE KEY for decrypting the data.
So how SSH communicate works?
When SSH package is installed on any machine a PUBLIC KEY and A PRIVATE KEY will be generated or installed by default on it.
Lets explain this with an example.
I have two machines … Continue Reading











