Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: icpix on October 05, 2004, 02:16:28 AM
-
As header. The rootkit hunter contribution keeps advising that SSL1 is allowed...;~/ I always use the SSL2 option on my PuTTY link. How may I switch off SSL1?
best wishes, Robert
SME server 6.0.1-01
-
Start off by making a custom template:
[root@SME]# mkdir -p /etc/e-smith/templates-custom/etc/ssh/sshd_config
[root@SME]# echo "Protocol 2" > /etc/e-smith/templates-custom/etc/ssh/sshd_config/20Protocol
Then expand the template and reload the service:
[root@SME]# /sbin/e-smith/expand-template /etc/ssh/sshd_config
[root@SME]# /sbin/service sshd reload
That's it, you're done!