SSHD install guide for RedHat Linux 6.2
/etc/sshd_config
/etc/rc.d/init.d/sshd
# chkconfig --level 35 sshd on
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc0.d/K97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc1.d/K97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc2.d/K97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc3.d/S97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc4.d/S97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc5.d/S97sshd
# ln -s /etc/rc.d/init.d/sshd /etc/rc.d/rc6.d/K97sshd
# reboot
И пара ссылок на установку OpenSSH
http://www.bog.pp.ru/work/ssh.html