Linux基础-ssh报错(java.net.ConnectException: Connection refused: connect)
Linux基础-ssh报错(java.net.ConnectException: Connection refused: connect)SSH连接虚拟机我用finalshell连接虚拟机,报错内容:java.net.ConnectException: Connection refused: connect因为我这个是新的系统,可能ssh没装,所以我用命令安装试试安装openssh-server命令:sudo apt-get install openssh-server安装好后,再试一