Guest User

Untitled

a guest
Nov 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. bitech@hdpedge01:~/.ssh$ ssh techniker@151.252.41.105 -i ~/.ssh/id_rsa -v
  2.  
  3. OpenSSH_6.0p1 Debian-4+deb7u6, OpenSSL 1.0.1t 3 May 2016
  4. debug1: Reading configuration data /etc/ssh/ssh_config
  5. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  6. debug1: Connecting to 151.252.41.105 [151.252.41.105] port 22.
  7. debug1: Connection established.
  8. debug1: identity file /home/bitech/.ssh/id_rsa type -1
  9. debug1: identity file /home/bitech/.ssh/id_rsa-cert type -1
  10. debug1: Remote protocol version 2.0, remote software version OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8
  11. debug1: match: OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8 pat OpenSSH*
  12. debug1: Enabling compatibility mode for protocol 2.0
  13. debug1: Local version string SSH-2.0-OpenSSH_6.0p1 Debian-4+deb7u6
  14. debug1: SSH2_MSG_KEXINIT sent
  15. debug1: SSH2_MSG_KEXINIT received
  16. debug1: kex: server->client aes128-ctr hmac-md5 none
  17. debug1: kex: client->server aes128-ctr hmac-md5 none
  18. debug1: sending SSH2_MSG_KEX_ECDH_INIT
  19. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  20. debug1: Server host key: DSA 28:64:63:b2:91:98:78:db:f9:4f:b3:32:f1:a4:39:27
  21. debug1: Host '151.252.41.105' is known and matches the DSA host key.
  22. debug1: Found key in /home/bitech/.ssh/known_hosts:3
  23. debug1: ssh_dss_verify: signature correct
  24. debug1: SSH2_MSG_NEWKEYS sent
  25. debug1: expecting SSH2_MSG_NEWKEYS
  26. debug1: SSH2_MSG_NEWKEYS received
  27. debug1: SSH2_MSG_SERVICE_REQUEST sent
  28. debug1: SSH2_MSG_SERVICE_ACCEPT received
  29. debug1: Authentications that can continue: publickey
  30. debug1: Next authentication method: publickey
  31. debug1: Trying private key: /home/bitech/.ssh/id_rsa
  32. debug1: key_parse_private_pem: PEM_read_PrivateKey failed
  33. debug1: read PEM private key done: type <unknown>
  34. Enter passphrase for key '/home/bitech/.ssh/id_rsa':
  35. debug1: key_parse_private_pem: PEM_read_PrivateKey failed
  36. debug1: read PEM private key done: type <unknown>
  37. Enter passphrase for key '/home/bitech/.ssh/id_rsa':
  38. debug1: key_parse_private_pem: PEM_read_PrivateKey failed
  39. debug1: read PEM private key done: type <unknown>
  40. Enter passphrase for key '/home/bitech/.ssh/id_rsa':
  41. debug1: key_parse_private_pem: PEM_read_PrivateKey failed
  42. debug1: read PEM private key done: type <unknown>
  43. debug1: No more authentication methods to try.
  44. Permission denied (publickey).
  45.  
  46. debug1: Trying private key: /home/bitech/.ssh/id_rsa
  47. debug1: key_parse_private_pem: PEM_read_PrivateKey failed
  48. debug1: read PEM private key done: type <unknown>
  49. Enter passphrase for key '/home/bitech/.ssh/id_rsa':
Add Comment
Please, Sign In to add comment