Advertisement
Guest User

Untitled

a guest
Aug 1st, 2018
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. alex@ubuntu:~/projects$ ssh -v git@bitbucket.org
  2. OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, 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. debug1: Connecting to bitbucket.org [18.205.93.2] port 22.
  6. debug1: Connection established.
  7. debug1: identity file /home/alex/.ssh/id_rsa type 1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /home/alex/.ssh/id_rsa-cert type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /home/alex/.ssh/id_dsa type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /home/alex/.ssh/id_dsa-cert type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /home/alex/.ssh/id_ecdsa type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /home/alex/.ssh/id_ecdsa-cert type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /home/alex/.ssh/id_ed25519 type -1
  20. debug1: key_load_public: No such file or directory
  21. debug1: identity file /home/alex/.ssh/id_ed25519-cert type -1
  22. debug1: Enabling compatibility mode for protocol 2.0
  23. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4
  24. ssh_exchange_identification: read: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement