Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Smitro on March 21, 2008, 11:11:31 PM

Title: SSH v2 vs v1 what's the diff?
Post by: Smitro 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.
Title: Re: SSH v2 vs v1 what's the diff?
Post by: CharlieBrady 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