# # ================================== # Bass running ssh-2.0.13 daemon and ssh-1.2.26 also installed # Leopard2 running ssh-1.2.26 daemon # ================================== # # /etc/ssh2/sshd_config # Ssh1Compatibility yes # Sshd1Path /usr/local/sbin/sshd1 # # /etc/ssh2/ssh2_config # Ssh1Compatibility yes # Ssh1Path /usr/local/bin/ssh1 # # # testing ssh1 client talking to ssh2 server # ------------------- # bass:~# ssh1 bass - works bass:~# ssh1 leopard2 - works # # testing ssh2 client talking to ssh1 server # ------------------- # bass:~# ssh2 leopard2 - executing ssh for ssh1 compatibility -- endless loop if no ssh1 client - works bass:~# ssh2 bass - Disconnected; authentication error # # # Leopard2 running ssh1 daemon # ---------------------------- # leopard2~# ssh bass - works leopard2~# ssh leopard2 - works # # # Windows Clients # --------------- # SecureCRT bass - works in ssh1 mode DataFellow-ssh2 bass - works in ssh2 mode # # end of file