secureCRT报错 The remote system refused the connection
这里是因为刚装了ubuntu12,还没有安装sshserver。按照以下方式安装即可:sudoapt-getinstallopenssh-server
Ubuntu缺省安装了openssh-client,所以在这里就不安装了,如果你的系统没有安装的话,再用apt-get安装上即可。
然后确认sshserver是否启动了:
ps-e|grepssh
如果只有ssh-agent那ssh-serv