FindHao
2015-10-13 16:36:19 +08:00
```
ssh hello@111.111.111.111 -p 8002 -vvvvv
OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /home/hello/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 111.111.111.111 [111.111.111.111] port 8002.
debug1: Connection established.
debug1: identity file /home/hello/.ssh/id_rsa type -1
debug1: identity file /home/hello/.ssh/id_rsa-cert type -1
debug1: identity file /home/hello/.ssh/id_dsa type -1
debug1: identity file /home/hello/.ssh/id_dsa-cert type -1
debug1: identity file /home/hello/.ssh/id_ecdsa type -1
debug1: identity file /home/hello/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/hello/.ssh/id_ed25519 type -1
debug1: identity file /home/hello/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
```
但是在 vps 上不行呢。怎么也登不上去。这是调试信息。