记录一下 sudo apt-get remove openssh-server sudo apt-get install openssh-server sudo vi /etc/ssh/sshd_config Port 22 PasswordAuthentication yes sudo service ssh restart 来源:oschina链接:https://my.oschina.net/xfan/blog/3156470 标签 openssh