Difference between revisions of "SSH"

From Hackepedia
Jump to navigationJump to search
Line 1: Line 1:
 
== Quick SSH History ==
 
== Quick SSH History ==
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.  A more complete history can be found at [http://en.wikipedia.org/wiki/SSH Wikipedia SSH Page].  Here we will discuss more of the pratical aspects of SSH.
+
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.
  
 
== SSH Key Differences ==
 
== SSH Key Differences ==

Revision as of 18:29, 15 March 2006

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.

SSH Key Differences

There are three versions of SSH keys. Two of which are SSH v2 only. + RSA1 - + RSA - + DSA -

[.. Discuss v1, v1.5 and v2 differences in how SSH keys are used ..]

[.. Discuss the difference between RSA1, RSA and DSA keys ..]

[.. Discuss how to use user public keys for v1.x and v2.x ..]

[.. List different SSH versions ..]