Hi Everybody,
I am facing a problem using ssh.
The new version of ssh uses protocol version 2 by default. And for certain things I need protocol version 1. To use protocol version 1 by default I have tried changing system-wide configuration file (/etc/ssh/ssh_config) as well as user-specific configuration file ($HOME/.ssh/config).
I uncommented the line # Protocol 2,1 and changed it to Protocol 1,2
Note : In the above files I also tried only 1 and removing 2.
But still it is using protocol version 2. When I try on command line ( $ ssh -1 hostname ) then it works.
Any ideas ?
regards