Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. $ ssh -vvvv root@xxx.xxx.xxx.xxx
  2. OpenSSH_6.2p2 Debian-4, OpenSSL 1.0.1e 11 Feb 2013
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug2: ssh_connect: needpriv 0
  6. debug1: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/ekiwok/.ssh/id_rsa type -1
  9. debug1: identity file /home/ekiwok/.ssh/id_rsa-cert type -1
  10. debug1: identity file /home/ekiwok/.ssh/id_dsa type -1
  11. debug1: identity file /home/ekiwok/.ssh/id_dsa-cert type -1
  12. debug1: identity file /home/ekiwok/.ssh/id_ecdsa type -1
  13. debug1: identity file /home/ekiwok/.ssh/id_ecdsa-cert type -1
  14. debug1: Enabling compatibility mode for protocol 2.0
  15. debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Debian-4
  16. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4
  17. debug1: match: OpenSSH_6.0p1 Debian-4 pat OpenSSH*
  18. debug2: fd 3 setting O_NONBLOCK
  19. debug3: load_hostkeys: loading entries for host "xxx.xxx.xxx.xxx" from file "/home/ekiwok/.ssh/known_hosts"
  20. debug3: load_hostkeys: loaded 0 keys
  21. debug1: SSH2_MSG_KEXINIT sent
  22. Connection closed by xxx.xxx.xxx.xxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement