I've also required ssh2 and dropped the allowed login time down from 10mins to 1min just for added security.
Lloyd
How can i set that?
#mkdir -p /etc/e-smith/templates-custom/etc/ssh/sshd_config
#touch /etc/e-smith/templates-custom/etc/ssh/sshd_config/10Port
#touch /etc/e-smith/templates-custom/etc/ssh/sshd_config/16Protocol
#touch /etc/e-smith/templates-custom/etc/ssh/sshd_config/20LoginGraceTime
#echo "Port 222" > /etc/e-smith/templates-custom/etc/ssh/sshd_config/10Port
#echo "Protocol 2" > /etc/e-smith/templates-custom/etc/ssh/sshd_config/16Protocol
#echo "LoginGraceTime 60" > /etc/e-smith/templates-custom/etc/ssh/sshd_config/20LoginGraceTime
#/sbin/e-smith/expand-template /etc/ssh/sshd_config
#/sbin/e-smith/signal-event remoteaccess-update
Should do it, I'm not in front of my machine at the moment to check.
Lloyd