Advertisement
Guest User

raspbian sshd wont connect

a guest
Jan 5th, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ryan@orden:~$ ssh -vvv [email protected]
  2. OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug2: resolving "192.168.1.125" port 22
  6. debug2: ssh_connect_direct: needpriv 0
  7. debug1: Connecting to 192.168.1.125 [192.168.1.125] port 22.
  8. debug1: Connection established.
  9. debug1: identity file /home/ryan/.ssh/id_rsa type 1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /home/ryan/.ssh/id_rsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /home/ryan/.ssh/id_dsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/ryan/.ssh/id_dsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /home/ryan/.ssh/id_ecdsa type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /home/ryan/.ssh/id_ecdsa-cert type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /home/ryan/.ssh/id_ed25519 type -1
  22. debug1: key_load_public: No such file or directory
  23. debug1: identity file /home/ryan/.ssh/id_ed25519-cert type -1
  24. debug1: Enabling compatibility mode for protocol 2.0
  25. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.1
  26. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.7p1 Raspbian-5+deb8u3
  27. debug1: match: OpenSSH_6.7p1 Raspbian-5+deb8u3 pat OpenSSH* compat 0x04000000
  28. debug2: fd 3 setting O_NONBLOCK
  29. debug1: Authenticating to 192.168.1.125:22 as 'pi'
  30. debug3: hostkeys_foreach: reading file "/home/ryan/.ssh/known_hosts"
  31. debug3: send packet: type 20
  32. debug1: SSH2_MSG_KEXINIT sent
  33. Connection closed by 192.168.1.125 port 22
  34. ryan@orden:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement