检查是否安装openSSH
apt-cache policy openssh-client openssh-server
安装服务端
apt-get installl openssh-server
安装客户端
apt-get installl openssh-client
Linux----基础
原文:https://www.cnblogs.com/yanxiaoge/p/10793266.html