Difference between revisions of "SSH"

From Hackepedia
Jump to navigationJump to search
(→‎SSH Key Differences: delete - Let's make sure the content we put up is complete as far as what we post, not what we should post later)
m (need to fix this lower/uppercase issue.)
Line 1: Line 1:
 +
Please try [Ssh]
 +
 
== Quick SSH History ==
 
== Quick SSH History ==
 
Secure SHell (SSH) simply is a point to point encrypted connection that acts much like rsh or telnet.  It was originally written by Tatu Ylönen (who later started "SSH Communication Security").  This version is referred to as SSH v1 protocol.  A later modification to the protocol to improve security is referred to as v1.5.  Later Tatu turned over the next version of the protocol to the IETF which is referred to as v2 protocol.
 
Secure SHell (SSH) simply is a point to point encrypted connection that acts much like rsh or telnet.  It was originally written by Tatu Ylönen (who later started "SSH Communication Security").  This version is referred to as SSH v1 protocol.  A later modification to the protocol to improve security is referred to as v1.5.  Later Tatu turned over the next version of the protocol to the IETF which is referred to as v2 protocol.

Revision as of 23:05, 11 February 2007

Please try [Ssh]

Quick SSH History

Secure SHell (SSH) simply is a point to point encrypted connection that acts much like rsh or telnet. It was originally written by Tatu Ylönen (who later started "SSH Communication Security"). This version is referred to as SSH v1 protocol. A later modification to the protocol to improve security is referred to as v1.5. Later Tatu turned over the next version of the protocol to the IETF which is referred to as v2 protocol.