+ -
当前位置:首页 → 问答吧 → telnet可以连接 ssh登录不上

telnet可以连接 ssh登录不上

时间:2011-07-13

来源:互联网

  1. bigxu@bigxu-ThinkPad-T410:~$ telnet m1.bigxu.com 222
  2. Trying 21.15.204.175...
  3. Connected to m1.bigxu.com.
  4. Escape character is '^]'.
  5. SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2
  6. Connection closed by foreign host.
  7. bigxu@bigxu-ThinkPad-T410:~$

  8. bigxu@bigxu-ThinkPad-T410:~$ ssh -v m1.bigxu.com -p222
  9. [email protected]'s password:
  10. debug1: Authentication succeeded (password).
  11. Authenticated to m1.bigxu.com ([21.15.204.175]:222).
  12. debug1: channel 0: new [client-session]
  13. debug1: Requesting [email protected]
  14. debug1: Entering interactive session.
复制代码
ssh 设置:
Port 222
UseDNS NO

作者: bigxu   发布时间: 2011-07-13

两台服务器的SSH 版本一样吗?

可能一个是openssh, 一个是自带的SSH?

作者: rdcwayx   发布时间: 2011-07-13