zxcvb12 发表于 2018-5-6 14:43:28

ubuntu 安装SSH2

  使用apt-get安装
#sudo apt-get install openssh-server
安装完成后即可用SecureCRT登入Linux.
若登入很慢,可以设置如下:
  #vim /etc/ssh/sshd_config
  将以下两行注释掉
     #GSSAPIAuthentication yes
   #GSSAPIDelegateCredentials no
  即可
页: [1]
查看完整版本: ubuntu 安装SSH2