secureCRT连接远程主机的ubuntu系统,显示“远程主机拒绝连接”

因为Ubuntu中未安装ssh服务,终端下运行命令:

sudo apt-get install openssh-server

之后重启一下sshd服务:

sudo service  sshd  restart

猜你喜欢

转载自blog.csdn.net/weixin_43520099/article/details/107756592