# ps -ax|grep ssh
# ls /etc/rc.d/init.d/ssh
# killall sshd
# /etc/rc.d/init.d/sshd2 start
7. 기타
텔넷을 제거 하고 23번 포트를 닫자.
# vi /etc/xinetd.d/telnet no -> yes로 변경
# vi /etc/sysconfig/iptable 23포트제거 (or ipchains)
# /etc/rc.d/init.d/iptable restart
# /etc/rc.d/init.d/xinetd restart