ssh: connect to host slave2 port 22: Connection refused

来源:互联网 发布:java解压zip文件代码 编辑:程序博客网 时间:2024/05/20 15:42

1.命令行输入:
更新安装包

$ sudo apt-get update

下载ssh

$ sudo apt-get install ssh

完成

0 0