semanage port -l | grep ssh
semanage port -a -t ssh_port_t -p tcp 8089
ssh_port_t는 http_port_t 로 고칠 수 있다.
semanage port -d -t 8090 -p tcp 8090
systemctl restart sshd