OS/centOS
centOS7_ssh 계정 접속 제한 설정.
icf_
2022. 8. 31. 14:46
ssh root 외부 접속 제한 방법.
vim /etc/ssh/sshd_config
접속
#PermitRootLogin yes
를
PermitRootLogin No
로 변경함.
사용제 제한
DenyUsers [계정명]
728x90