Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: icpix on October 05, 2004, 02:16:28 AM

Title: Disable SSL1 ie insist on SSL2?
Post 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
Title: Disable SSL1 ie insist on SSL2?
Post by: Wooderson on October 05, 2004, 02:43:38 AM
Start off by making a custom template:

Code: [Select]
[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:

Code: [Select]
[root@SME]# /sbin/e-smith/expand-template /etc/ssh/sshd_config
[root@SME]# /sbin/service sshd reload


That's it, you're done!