Server | Network
SSH Port 포트 변경
두루물
2011. 11. 25. 11:17
548 cp services services.org
549 vi services
550 ps -ef | grep inetd
551 cd ssh
552 ls
553 cp sshd_config sshd_config.org
554 vi sshd_config # Port 22 를 변경하고 재시작
555 /etc/init.d/ssh restart
556 service ssh restart
557 netstat -ntl
tcp 0 0 0.0.0.0:30022 0.0.0.0:* LISTEN
tcp6 0 0 :::30022 :::* LISTEN
자세한 교육은 아래 참고하심 됩니다.
http://www.ilinuxbay.com/contentChannel/articlePrint.php?scol_serial=2200
tcp 0 0 0.0.0.0:30022 0.0.0.0:* LISTEN
tcp6 0 0 :::30022 :::* LISTEN
자세한 교육은 아래 참고하심 됩니다.
http://www.ilinuxbay.com/contentChannel/articlePrint.php?scol_serial=2200