正常的情况:
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
secureCRT软件
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
不正常的情况:The remote system refused the connection.
![Windows上使用SecureCRT软件连接Linux终端 ― 解决问题;the Remote System Refused t ...]()
ifconfig

whoami

ps -e | grep ssh

secureCRT软件




不正常的情况:The remote system refused the connection.
如果你遇到这个问题,说明你的linux系统里面没有安装 openssh-server
sudo apt-get install openssh-server
aobosir@ubuntu:~$ ps -e | grep ssh 3834 ? 00:00:00 sshd
ssh-agent restart
执行完这个语句,系统会自动注销(Logout)。
aobosir@ubuntu:~$ ps -e | grep ssh 3834 ? 00:00:00 sshd 4116 ? 00:00:00 ssh-agent aobosir@ubuntu:~$
刚刚还不正常的,现在有好使了。再次查看 Linux 当前进程:(下图是正常的情况,如果你看到这样的结果,说明Linux端已经没有问题了,SSH-Agent已经正常的运行了。)

参考网站: http://blog.csdn.net/lifengxun20121019/article/details/13627757