On Thursday 04 March 2004 21:17, Chris Purcell wrote:
In order to ssh into a SuSE 9.0 box from Windows using PuTTY, you have to select "Connection - SSH - Preferred SSH Protocol Version - 2" to ssh into the box. Is there anything on the SSH server that I can change so that I don't have to manually select the SSH version to use everytime?
This in itself I don't understand already. As far as I understand sshd, it supports both protocol version. Perhaps you should check in your /var/log/ files (like /var/log/messages) to see why it will not connect using protocol 1. I just tried it on my SuSE 8.2 box with ssh -1 and ssh -2, and both worked without any trouble. Is it just PuTTY, or does ssh -1 localhost not work for you either? Regards, Pieter Hulshoff