| |
|
|
|
|
ncsa |
SSH Version 1 and Version 2 compatibility
If you want to get SSH2 working with SSH1 servers then these are the following
steps you will need to take:
Notes:
This will allow that machine to accept connections from both the 1.2.x
and the 2.x clients. It will also allow you to connect to both the
1.2.x and 2.x servers (using bacwards compatability).
If the users want to remain using ssh1 (due to compatability) then you
should change the /usr/local/bin links to point to the old ssh1
programs instead of the ssh2 variants (ssh-keygen2, ssh-agent2,
ssh-add2, ssh2). They can then use 2 to work with ssh
2.x versions instead. Also note that the ssh-keygen2, ssh-agent2, and
ssh-add2 programs are not compatible with ssh 1.2.x, so the
1 versions must be used instead.
|
|
|
|
|