zoukankan      html  css  js  c++  java
  • 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

    刷新控制台就可以




  • 相关阅读:
    leetcode[145]Binary Tree Postorder Traversal
    leetcode[146]LRU Cache
    leetcode[147]Insertion Sort List
    leetcode[148]Sort List
    Intro to WebGL with Three.js
    Demo: Camera and Video Control with HTML5
    js ar
    Jingwei Huang
    Tinghui Zhou
    MODS: Fast and Robust Method for Two-View Matching
  • 原文地址:https://www.cnblogs.com/yutingliuyl/p/6979412.html
Copyright © 2011-2022 走看看