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
'Server | Network' 카테고리의 다른 글
[Tip]SVN Keyword 자동 등록 (0) | 2012.05.09 |
---|---|
APACHE /VAR/WWW 임시 PERMISSION (0) | 2011.12.05 |
SVN 설치 및 저장소 설정,세팅 (0) | 2011.11.16 |
adduser 새유저에 sudo 권한 주기 (0) | 2011.11.16 |
OCKILL Error Log (0) | 2011.10.05 |