Win7下的SecureCRT连接VMware中的Ubuntu有关问题
问题1:secureCRT连接Ubuntu问题- The remote system refused the connection解决方案:1.安装openssh-serverUbuntu缺省安装了openssh-client,所以在这里就不安装了,如果你的系统没有安装的话,再用sudo apt-get install openssh-server安装上即可。1.1输入命令:sudo apt-get install openssh-server1.2确认o...