Koozali.org: home of the SME Server

SSH v2 vs v1 what's the diff?

Offline Smitro

  • *
  • 350
  • +0/-0
SSH v2 vs v1 what's the diff?
« on: March 21, 2008, 11:11:31 PM »
I've been getting this warning in my rkhunter daily email since an upgrade.

Code: [Select]
Warning: SSH protocol version 1 has been enabled in the SSH configuration file (/etc/ssh/sshd_config).

One or more warnings have been found while checking the system.
Please check the log file (/var/log/rkhunter.log)
/etc/cron.daily/conf-mod_ssl:

I'm not sure what the difference is with version 2, From what I've read everything should still be compatible, so how do I disable v1?

The main use of SSH on my server is for users to SFTP.
.........

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SSH v2 vs v1 what's the diff?
« Reply #1 on: March 21, 2008, 11:39:22 PM »
I'm not sure what the difference is with version 2,

It has more features, and is more secure.

Quote
... so how do I disable v1?

Code: [Select]
config setprop sshd Protocol 2
signal-event remoteaccess-update