What exactly happens in telnet/SSH connection? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
开发者_运维技巧 Improve this questionHow does the host machine responds to it?
I tried to find by searching in google. But, I couldn't find any article which explains me better. (May be I am lacking in the googling skills). Could anyone help me with this?
SSH is a protocol, to understand how the communication between the host and the server happens you will need to read (a lot) about it. Here is a start:
http://www.snailbook.com/protocols.html
You need to read this RFC. Not an easy read, it's for protocol lawyers. But there it is.
精彩评论