Advertisement
Guest User

Untitled

a guest
Dec 12th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. $ ssh localhost -v
  2. OpenSSH_7.6p1, OpenSSL 1.0.2m 2 Nov 2017
  3. debug1: Reading configuration data /home/tdf/.ssh/config
  4. debug1: Reading configuration data /etc/ssh_config
  5. debug1: Connecting to localhost [::1] port 22.
  6. debug1: Connection established.
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file /home/tdf/.ssh/id_rsa type -1
  9. debug1: key_load_public: No such file or directory
  10. debug1: identity file /home/tdf/.ssh/id_rsa-cert type -1
  11. debug1: key_load_public: No such file or directory
  12. debug1: identity file /home/tdf/.ssh/id_dsa type -1
  13. debug1: key_load_public: No such file or directory
  14. debug1: identity file /home/tdf/.ssh/id_dsa-cert type -1
  15. debug1: key_load_public: No such file or directory
  16. debug1: identity file /home/tdf/.ssh/id_ecdsa type -1
  17. debug1: key_load_public: No such file or directory
  18. debug1: identity file /home/tdf/.ssh/id_ecdsa-cert type -1
  19. debug1: key_load_public: No such file or directory
  20. debug1: identity file /home/tdf/.ssh/id_ed25519 type -1
  21. debug1: key_load_public: No such file or directory
  22. debug1: identity file /home/tdf/.ssh/id_ed25519-cert type -1
  23. debug1: Local version string SSH-2.0-OpenSSH_7.6
  24. ssh_exchange_identification: read: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement