Section 14.6: ssh 서비스를 비활성화 (disable) 하기

필요한 경우 이 장에 소개된 방법을 이용하여 SSH 서버측 서비스를 비활성화 (disable) 함으로써 클라이언트들이 ssh 를 이용하여 접속을 할 수 없게 만들 수 있다.

Ubuntu

sudo service ssh stop sudo systemctl disable sshd.service

Debian

sudo /etc/init.d/ssh stop sudo systemctl disable sshd.service

Arch Linux

sudo killall sshd sudo systemctl disable sshd.service
본 문서는 Linux Notes for Professionals (라이센스:CC-BY-SA) 를 한글로 번역한 문서입니다. 번역상 오류가 있을 수 있으므로 정확한 내용은 원본 문서를 참고하세요.

[출처] https://books.goalkicker.com/GitBook/

반응형

+ Recent posts