Guest User

Untitled

a guest
Mar 8th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 KB | None | 0 0
  1. $ ls -ld /home/adolfo
  2. drwxr-xr-x 6 adolfo adolfo 4096 Mar 7 17:49 /home/adolfo
  3. $ ls -ld /home/adolfo/.ssh
  4. drwx------ 2 adolfo adolfo 4096 Mar 7 17:09 /home/adolfo/.ssh
  5. $ ls -l /home/adolfo/.ssh/authorized_keys
  6. -rw------- 1 adolfo adolfo 408 Mar 7 17:09 /home/adolfo/.ssh/authorized_keys
  7.  
  8. Port 22
  9. Protocol 2
  10. HostKey /etc/ssh/ssh_host_rsa_key
  11. HostKey /etc/ssh/ssh_host_dsa_key
  12. HostKey /etc/ssh/ssh_host_ecdsa_key
  13. HostKey /etc/ssh/ssh_host_ed25519_key
  14. UsePrivilegeSeparation yes
  15. KeyRegenerationInterval 3600
  16. ServerKeyBits 1024
  17. SyslogFacility AUTH
  18. LogLevel INFO
  19. LoginGraceTime 120
  20. PermitRootLogin yes
  21. StrictModes yes
  22. RSAAuthentication yes
  23. PubkeyAuthentication yes
  24. IgnoreRhosts yes
  25. RhostsRSAAuthentication no
  26. HostbasedAuthentication no
  27. PermitEmptyPasswords no
  28. ChallengeResponseAuthentication no
  29. PasswordAuthentication no
  30. X11Forwarding yes
  31. X11DisplayOffset 10
  32. PrintMotd no
  33. PrintLastLog yes
  34. TCPKeepAlive yes
  35. AcceptEnv LANG LC_*
  36. Subsystem sftp /usr/lib/openssh/sftp-server
  37. UsePAM no
  38.  
  39. OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016
  40. debug1: Reading configuration data /etc/ssh/ssh_config
  41. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  42. debug2: resolving "thread-safe.nl" port 22
  43. debug2: ssh_connect_direct: needpriv 0
  44. debug1: Connecting to thread-safe.nl [94.130.181.37] port 22.
  45. debug1: Connection established.
  46. debug1: identity file /home/aochagavia/.ssh/id_rsa type 1
  47. debug1: key_load_public: No such file or directory
  48. debug1: identity file /home/aochagavia/.ssh/id_rsa-cert type -1
  49. debug1: key_load_public: No such file or directory
  50. debug1: identity file /home/aochagavia/.ssh/id_dsa type -1
  51. debug1: key_load_public: No such file or directory
  52. debug1: identity file /home/aochagavia/.ssh/id_dsa-cert type -1
  53. debug1: key_load_public: No such file or directory
  54. debug1: identity file /home/aochagavia/.ssh/id_ecdsa type -1
  55. debug1: key_load_public: No such file or directory
  56. debug1: identity file /home/aochagavia/.ssh/id_ecdsa-cert type -1
  57. debug1: key_load_public: No such file or directory
  58. debug1: identity file /home/aochagavia/.ssh/id_ed25519 type -1
  59. debug1: key_load_public: No such file or directory
  60. debug1: identity file /home/aochagavia/.ssh/id_ed25519-cert type -1
  61. debug1: Enabling compatibility mode for protocol 2.0
  62. debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  63. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.4
  64. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 pat OpenSSH* compat 0x04000000
  65. debug2: fd 3 setting O_NONBLOCK
  66. debug1: Authenticating to thread-safe.nl:22 as 'adolfo'
  67. debug3: hostkeys_foreach: reading file "/home/aochagavia/.ssh/known_hosts"
  68. debug3: record_hostkey: found key type ECDSA in file /home/aochagavia/.ssh/known_hosts:5
  69. debug3: load_hostkeys: loaded 1 keys from thread-safe.nl
  70. debug3: order_hostkeyalgs: prefer hostkeyalgs: 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
  71. debug3: send packet: type 20
  72. debug1: SSH2_MSG_KEXINIT sent
  73. debug3: receive packet: type 20
  74. debug1: SSH2_MSG_KEXINIT received
  75. debug2: local client KEXINIT proposal
  76. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c
  77. 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
  78. 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,3des-cbc
  79. 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,3des-cbc
  80. 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
  81. 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
  82. debug2: compression ctos: none,zlib@openssh.com,zlib
  83. debug2: compression stoc: none,zlib@openssh.com,zlib
  84. debug2: languages ctos:
  85. debug2: languages stoc:
  86. debug2: first_kex_follows 0
  87. debug2: reserved 0
  88. debug2: peer server KEXINIT proposal
  89. 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
  90. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  91. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  92. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  93. 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
  94. 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
  95. debug2: compression ctos: none,zlib@openssh.com
  96. debug2: compression stoc: none,zlib@openssh.com
  97. debug2: languages ctos:
  98. debug2: languages stoc:
  99. debug2: first_kex_follows 0
  100. debug2: reserved 0
  101. debug1: kex: algorithm: curve25519-sha256@libssh.org
  102. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  103. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  104. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  105. debug3: send packet: type 30
  106. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  107. debug3: receive packet: type 31
  108. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:yghdaf4BIopOULvK2IipaFE6y5wVORoAXV3I6aEB55I
  109. debug3: hostkeys_foreach: reading file "/home/aochagavia/.ssh/known_hosts"
  110. debug3: record_hostkey: found key type ECDSA in file /home/aochagavia/.ssh/known_hosts:5
  111. debug3: load_hostkeys: loaded 1 keys from thread-safe.nl
  112. debug3: hostkeys_foreach: reading file "/home/aochagavia/.ssh/known_hosts"
  113. debug3: record_hostkey: found key type ECDSA in file /home/aochagavia/.ssh/known_hosts:1
  114. debug3: record_hostkey: found key type RSA in file /home/aochagavia/.ssh/known_hosts:2
  115. debug3: record_hostkey: found key type ECDSA in file /home/aochagavia/.ssh/known_hosts:3
  116. debug3: record_hostkey: found key type ED25519 in file /home/aochagavia/.ssh/known_hosts:4
  117. debug3: load_hostkeys: loaded 4 keys from 94.130.181.37
  118. debug1: Host 'thread-safe.nl' is known and matches the ECDSA host key.
  119. debug1: Found key in /home/aochagavia/.ssh/known_hosts:5
  120. debug3: send packet: type 21
  121. debug2: set_newkeys: mode 1
  122. debug1: rekey after 134217728 blocks
  123. debug1: SSH2_MSG_NEWKEYS sent
  124. debug1: expecting SSH2_MSG_NEWKEYS
  125. debug3: receive packet: type 21
  126. debug2: set_newkeys: mode 0
  127. debug1: rekey after 134217728 blocks
  128. debug1: SSH2_MSG_NEWKEYS received
  129. debug2: key: /home/aochagavia/.ssh/id_rsa (0x7fffd694eb40)
  130. debug2: key: /home/aochagavia/.ssh/id_dsa ((nil))
  131. debug2: key: /home/aochagavia/.ssh/id_ecdsa ((nil))
  132. debug2: key: /home/aochagavia/.ssh/id_ed25519 ((nil))
  133. debug3: send packet: type 5
  134. debug3: receive packet: type 7
  135. debug1: SSH2_MSG_EXT_INFO received
  136. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  137. debug3: receive packet: type 6
  138. debug2: service_accept: ssh-userauth
  139. debug1: SSH2_MSG_SERVICE_ACCEPT received
  140. debug3: send packet: type 50
  141. debug3: receive packet: type 51
  142. debug1: Authentications that can continue: publickey
  143. debug3: start over, passed a different list publickey
  144. debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
  145. debug3: authmethod_lookup publickey
  146. debug3: remaining preferred: keyboard-interactive,password
  147. debug3: authmethod_is_enabled publickey
  148. debug1: Next authentication method: publickey
  149. debug1: Offering RSA public key: /home/aochagavia/.ssh/id_rsa
  150. debug3: send_pubkey_test
  151. debug3: send packet: type 50
  152. debug2: we sent a publickey packet, wait for reply
  153. debug3: receive packet: type 51
  154. debug1: Authentications that can continue: publickey
  155. debug1: Trying private key: /home/aochagavia/.ssh/id_dsa
  156. debug3: no such identity: /home/aochagavia/.ssh/id_dsa: No such file or directory
  157. debug1: Trying private key: /home/aochagavia/.ssh/id_ecdsa
  158. debug3: no such identity: /home/aochagavia/.ssh/id_ecdsa: No such file or directory
  159. debug1: Trying private key: /home/aochagavia/.ssh/id_ed25519
  160. debug3: no such identity: /home/aochagavia/.ssh/id_ed25519: No such file or directory
  161. debug2: we did not send a packet, disable method
  162. debug1: No more authentication methods to try.
  163. Permission denied (publickey).
Add Comment
Please, Sign In to add comment