secureCRT The remote system refused the connection问题解决

Posted yutingliuyl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了secureCRT The remote system refused the connection问题解决相关的知识,希望对你有一定的参考价值。

问题:

技术分享


Ubuntu系统必须开启ssh服务后,XP或者其它的主机才干够远程登陆到Ubuntu系统。

1,安装软件包,运行sudo apt-get install openssh-server

Ubuntu缺省安装了openssh-client。假设你的系统没有安装的话,再用apt-get install openssh-client安装上就可以。

2,然后确认sshserver是否启动,运行ps -e |grep ssh

 

假设仅仅有ssh-agent那ssh-server还没有启动,假设看到sshd那说明ssh-server已经启动了。例如以下:

技术分享

3,ssh-server配置文件位于/ etc/ssh/sshd_config,能够cat查看。

能够定义SSH的服务port。默认port是22。也能够改成其它port。

4。然后重新启动SSH服务sudo /etc/init.d/ssh resart。

5,XP机上选用熟悉的远程登录工具,设置Ubuntu的IP地址、开放的username和password、协议是SSH2、port22,就可以。

技术分享


笔者用的是secureCRT ,未出现乱码情况。假设出现乱码,依据情况改动。
出现乱码的原因是:linux系统安装的时候是採用的中文安装。

解决方法:点击 options->session_options->appearance->font->中文字体->字符集->gb231->确定返回上一级->charset encoding->utf-8

刷新控制台就可以

技术分享











以上是关于secureCRT The remote system refused the connection问题解决的主要内容,如果未能解决你的问题,请参考以下文章

Windows上使用SecureCRT软件连接Linux终端 — 解决问题;The remote system refused the connection

关于The remote system refused the connection.的问题解决

the setting of serial port in the SecureCRT

Failed to open the key database file. c;\User\w\Destop\SecureCRT_FX6.5.3\Config\KnowHosts\Hos

The remote certificate is invalid according to the validation procedure

Docker启动报Job for docker.service failed because the control process exited with error code. See “syst