1. $ vim /etc/ssh/sshd_config

    在#Port 22行去掉#号注释,同时加入想要使用的端口号如 Port 22438
    image.png

    重启ssh

    1. $ systemctl restart sshd.service