Advertisement
Guest User

Untitled

a guest
Jun 1st, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ssh -vvv calvin
  2. OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
  3. debug1: Reading configuration data /etc/ssh_config
  4. debug1: /etc/ssh_config line 20: Applying options for *
  5. debug1: /etc/ssh_config line 53: Applying options for *
  6. debug2: ssh_connect: needpriv 0
  7. debug1: Connecting to calvin [10.0.1.110] port 22.
  8. debug1: Connection established.
  9. debug3: Incorrect RSA1 identifier
  10. debug3: Could not load "/Users/roborino/.ssh/id_rsa" as a RSA1 public key
  11. debug1: identity file /Users/roborino/.ssh/id_rsa type 1
  12. debug1: identity file /Users/roborino/.ssh/id_rsa-cert type -1
  13. debug1: identity file /Users/roborino/.ssh/id_dsa type -1
  14. debug1: identity file /Users/roborino/.ssh/id_dsa-cert type -1
  15. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.1p1 Debian-4
  16. debug1: match: OpenSSH_6.1p1 Debian-4 pat OpenSSH*
  17. debug1: Enabling compatibility mode for protocol 2.0
  18. debug1: Local version string SSH-2.0-OpenSSH_5.9
  19. debug2: fd 3 setting O_NONBLOCK
  20. debug3: load_hostkeys: loading entries for host "calvin" from file "/Users/roborino/.ssh/known_hosts"
  21. debug3: load_hostkeys: found key type RSA in file /Users/roborino/.ssh/known_hosts:28
  22. debug3: load_hostkeys: loaded 1 keys
  23. debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
  24. debug1: SSH2_MSG_KEXINIT sent
  25. Read from socket failed: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement