Advertisement
Guest User

ssh log to linaro server

a guest
Jun 21st, 2012
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. ssh -vvv 192.168.0.108
  2. OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
  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 192.168.0.108 [192.168.0.108] port 22.
  7. debug1: Connection established.
  8. debug3: Incorrect RSA1 identifier
  9. debug3: Could not load "/home/jaufranc/.ssh/id_rsa" as a RSA1 public key
  10. debug1: identity file /home/jaufranc/.ssh/id_rsa type 1
  11. debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
  12. debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
  13. debug1: identity file /home/jaufranc/.ssh/id_rsa-cert type -1
  14. debug1: identity file /home/jaufranc/.ssh/id_dsa type -1
  15. debug1: identity file /home/jaufranc/.ssh/id_dsa-cert type -1
  16. debug1: identity file /home/jaufranc/.ssh/id_ecdsa type -1
  17. debug1: identity file /home/jaufranc/.ssh/id_ecdsa-cert type -1
  18. debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1
  19. debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH*
  20. debug1: Enabling compatibility mode for protocol 2.0
  21. debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
  22. debug2: fd 3 setting O_NONBLOCK
  23. debug3: load_hostkeys: loading entries for host "192.168.0.108" from file "/home/jaufranc/.ssh/known_hosts"
  24. debug3: load_hostkeys: loaded 0 keys
  25. debug1: SSH2_MSG_KEXINIT sent
  26. Read from socket failed: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement