问题:ssh: connect to host xxx.xxx.xxx.xxx port 22: Connection refused
问题:在window电脑上使用远程终端软件 连接不上ubuntu
解决:在ubuntu上重新安装ssh
卸载ssh
sudo apt-get remove openssh-client openssh-server
安装ssh
sudo apt-get install openssh-client openssh-server
问题:在window电脑上使用远程终端软件 连接不上ubuntu
解决:在ubuntu上重新安装ssh
卸载ssh
sudo apt-get remove openssh-client openssh-server
安装ssh
sudo apt-get install openssh-client openssh-server