Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.80 KB | None | 0 0
  1. OpenSSH_7.5p1, LibreSSL 2.5.4
  2. debug1: Reading configuration data /etc/ssh/ssh_config
  3. debug1: /etc/ssh/ssh_config line 52: Applying options for *
  4. debug1: Connecting to pvpera.com [142.44.143.12] port 22.
  5. debug1: Connection established.
  6. debug1: identity file /Users/ollie/.ssh/id_rsa type 1
  7. debug1: key_load_public: No such file or directory
  8. debug1: identity file /Users/ollie/.ssh/id_rsa-cert type -1
  9. debug1: Enabling compatibility mode for protocol 2.0
  10. debug1: Local version string SSH-2.0-OpenSSH_7.5
  11. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  12. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 pat OpenSSH* compat 0x04000000
  13. debug1: Authenticating to pvpera.com:22 as 'pvpera'
  14. debug1: SSH2_MSG_KEXINIT sent
  15. debug1: SSH2_MSG_KEXINIT received
  16. debug1: kex: algorithm: curve25519-sha256@libssh.org
  17. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  18. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  19. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  20. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  21. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:NQm3AmOeEtB+QmK2yL2w6Us7tapojfV38+wVHbr9ue8
  22. debug1: Host 'pvpera.com' is known and matches the ECDSA host key.
  23. debug1: Found key in /Users/ollie/.ssh/known_hosts:1
  24. debug1: rekey after 134217728 blocks
  25. debug1: SSH2_MSG_NEWKEYS sent
  26. debug1: expecting SSH2_MSG_NEWKEYS
  27. debug1: SSH2_MSG_NEWKEYS received
  28. debug1: rekey after 134217728 blocks
  29. debug1: SSH2_MSG_EXT_INFO received
  30. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  31. debug1: SSH2_MSG_SERVICE_ACCEPT received
  32. debug1: Authentications that can continue: publickey,password
  33. debug1: Next authentication method: publickey
  34. debug1: Offering RSA public key: /Users/ollie/.ssh/id_rsa
  35. debug1: Server accepts key: pkalg rsa-sha2-512 blen 535
  36. Enter passphrase for key '/Users/ollie/.ssh/id_rsa':
  37. Enter passphrase for key '/Users/ollie/.ssh/id_rsa':
  38. Enter passphrase for key '/Users/ollie/.ssh/id_rsa':
  39. debug1: Next authentication method: password
  40. pvpera@pvpera.com's password:
  41. debug1: Authentications that can continue: publickey,password
  42. Permission denied, please try again.
  43. pvpera@pvpera.com's password:
  44. ssh -vv -i ~/.ssh/id_rsa pvpera@pvpera.comdebug1: Authentications that can continue: publickey,password
  45. Permission denied, please try again.
  46. pvpera@pvpera.com's password:
  47. debug1: Authentications that can continue: publickey,password
  48. debug1: No more authentication methods to try.
  49. Permission denied (publickey,password).
  50. Ollies-MacBook-Pro:~ ollie$ ssh -vv -i ~/.ssh/id_rsa pvpera@pvpera.com
  51. OpenSSH_7.5p1, LibreSSL 2.5.4
  52. debug1: Reading configuration data /etc/ssh/ssh_config
  53. debug1: /etc/ssh/ssh_config line 52: Applying options for *
  54. debug2: resolving "pvpera.com" port 22
  55. debug2: ssh_connect_direct: needpriv 0
  56. debug1: Connecting to pvpera.com [142.44.143.12] port 22.
  57. debug1: Connection established.
  58. debug1: identity file /Users/ollie/.ssh/id_rsa type 1
  59. debug1: key_load_public: No such file or directory
  60. debug1: identity file /Users/ollie/.ssh/id_rsa-cert type -1
  61. debug1: Enabling compatibility mode for protocol 2.0
  62. debug1: Local version string SSH-2.0-OpenSSH_7.5
  63. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  64. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 pat OpenSSH* compat 0x04000000
  65. debug2: fd 5 setting O_NONBLOCK
  66. debug1: Authenticating to pvpera.com:22 as 'pvpera'
  67. debug1: SSH2_MSG_KEXINIT sent
  68. debug1: SSH2_MSG_KEXINIT received
  69. debug2: local client KEXINIT proposal
  70. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
  71. debug2: host key algorithms: ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  72. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
  73. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc
  74. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  75. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  76. debug2: compression ctos: none,zlib@openssh.com,zlib
  77. debug2: compression stoc: none,zlib@openssh.com,zlib
  78. debug2: languages ctos:
  79. debug2: languages stoc:
  80. debug2: first_kex_follows 0
  81. debug2: reserved 0
  82. debug2: peer server KEXINIT proposal
  83. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1
  84. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  85. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  86. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  87. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  88. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
  89. debug2: compression ctos: none,zlib@openssh.com
  90. debug2: compression stoc: none,zlib@openssh.com
  91. debug2: languages ctos:
  92. debug2: languages stoc:
  93. debug2: first_kex_follows 0
  94. debug2: reserved 0
  95. debug1: kex: algorithm: curve25519-sha256@libssh.org
  96. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  97. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  98. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  99. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  100. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:NQm3AmOeEtB+QmK2yL2w6Us7tapojfV38+wVHbr9ue8
  101. debug1: Host 'pvpera.com' is known and matches the ECDSA host key.
  102. debug1: Found key in /Users/ollie/.ssh/known_hosts:1
  103. debug2: set_newkeys: mode 1
  104. debug1: rekey after 134217728 blocks
  105. debug1: SSH2_MSG_NEWKEYS sent
  106. debug1: expecting SSH2_MSG_NEWKEYS
  107. debug1: SSH2_MSG_NEWKEYS received
  108. debug2: set_newkeys: mode 0
  109. debug1: rekey after 134217728 blocks
  110. debug2: key: /Users/ollie/.ssh/id_rsa (0x7fc3bdd00f90), explicit
  111. debug1: SSH2_MSG_EXT_INFO received
  112. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  113. debug2: service_accept: ssh-userauth
  114. debug1: SSH2_MSG_SERVICE_ACCEPT received
  115. debug1: Authentications that can continue: publickey,password
  116. debug1: Next authentication method: publickey
  117. debug1: Offering RSA public key: /Users/ollie/.ssh/id_rsa
  118. debug2: we sent a publickey packet, wait for reply
  119. debug1: Server accepts key: pkalg rsa-sha2-512 blen 535
  120. debug2: input_userauth_pk_ok: fp SHA256:c/b91I3JlQC9lZGHp9gfw6bHlIdy4ZGOJtYuDkSaATg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement