sudo vim /etc/ssh/sshd_config
修改 Port 22 为 Port 2222
sudo ufw allow 2222/tcp
sudo ufw reload
sudo service ssh restart
sudo service ssh status
sudo netstat -tunlp | grep ssh
← Ubuntu使用华为仓库镜像 ubuntu配置DNS →