Disable ssh1
You were directed to this page because we found
the ssh V1 protocol running on your computer.
This protocol has a security
vulnerability and it is recommended to disable ssh V1.
To disable the ssh V1 protocol:
- login as root
- echo "Protocol 2" >> /etc/ssh/sshd_config
- restart sshd
- service sshd restart (Redhat,Fedora)
- /etc/init.d/sshd restart
- reboot (when all else fails)
Updated:
Wed Apr 6 00:54:18 PDT 2005