기본 콘텐츠로 건너뛰기

change port of sshd at CentOS 7

vi /etc/ssh/sshd_config

firewall-cmd --permanent --zone=public --add-port=xxx/tcp

firewall-cmd --reload

systemctl restart sshd.service

when failed to restart,

yum install policycoreutils-python

semanage port -a -t ssh_port_t -p tcp xxxx

systemctl restart sshd.service

댓글

이 블로그의 인기 게시물