Guest User

Untitled

a guest
Sep 29th, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1. $ ssh -vv bandit0@bandit.labs.overthewire.org -p2220
  2. OpenSSH_7.8p1 Debian-1, OpenSSL 1.0.2o 27 Mar 2018
  3. debug1: Reading configuration data /etc/ssh/ssh_config
  4. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  5. debug2: resolving "bandit.labs.overthewire.org" port 2220
  6. debug2: ssh_connect_direct
  7. debug1: Connecting to bandit.labs.overthewire.org [176.9.9.172] port 2220.
  8. debug1: Connection established.
  9. debug1: identity file /root/.ssh/id_rsa type -1
  10. debug1: identity file /root/.ssh/id_rsa-cert type -1
  11. debug1: identity file /root/.ssh/id_dsa type -1
  12. debug1: identity file /root/.ssh/id_dsa-cert type -1
  13. debug1: identity file /root/.ssh/id_ecdsa type -1
  14. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  15. debug1: identity file /root/.ssh/id_ed25519 type -1
  16. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  17. debug1: identity file /root/.ssh/id_xmss type -1
  18. debug1: identity file /root/.ssh/id_xmss-cert type -1
  19. debug1: Local version string SSH-2.0-OpenSSH_7.8p1 Debian-1
  20. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4p1
  21. debug1: match: OpenSSH_7.4p1 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x04000002
  22. debug2: fd 3 setting O_NONBLOCK
  23. debug1: Authenticating to bandit.labs.overthewire.org:2220 as 'bandit0'
  24. debug1: SSH2_MSG_KEXINIT sent
  25. debug1: SSH2_MSG_KEXINIT received
  26. debug2: local client KEXINIT proposal
  27. 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-group14-sha256,diffie-hellman-group14-sha1,ext-info-c
  28. 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,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  29. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  30. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  31. 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
  32. 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
  33. debug2: compression ctos: none,zlib@openssh.com,zlib
  34. debug2: compression stoc: none,zlib@openssh.com,zlib
  35. debug2: languages ctos:
  36. debug2: languages stoc:
  37. debug2: first_kex_follows 0
  38. debug2: reserved 0
  39. debug2: peer server KEXINIT proposal
  40. 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-group14-sha256,diffie-hellman-group14-sha1
  41. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519
  42. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  43. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  44. 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
  45. 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
  46. debug2: compression ctos: none,zlib@openssh.com
  47. debug2: compression stoc: none,zlib@openssh.com
  48. debug2: languages ctos:
  49. debug2: languages stoc:
  50. debug2: first_kex_follows 0
  51. debug2: reserved 0
  52. debug1: kex: algorithm: curve25519-sha256
  53. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  54. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  55. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
  56. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  57. debug1: Server host key: ecdsa-sha2-nistp256 SHA256:98UL0ZWr85496EtCRkKlo20X3OPnyPSB5tB5RPbhczc
  58. debug1: Host '[bandit.labs.overthewire.org]:2220' is known and matches the ECDSA host key.
  59. debug1: Found key in /root/.ssh/known_hosts:3
  60. debug2: set_newkeys: mode 1
  61. debug1: rekey after 134217728 blocks
  62. debug1: SSH2_MSG_NEWKEYS sent
  63. debug1: expecting SSH2_MSG_NEWKEYS
  64. debug1: SSH2_MSG_NEWKEYS received
  65. debug2: set_newkeys: mode 0
  66. debug1: rekey after 134217728 blocks
  67. debug2: key: /root/.ssh/id_rsa ((nil))
  68. debug2: key: /root/.ssh/id_dsa ((nil))
  69. debug2: key: /root/.ssh/id_ecdsa ((nil))
  70. debug2: key: /root/.ssh/id_ed25519 ((nil))
  71. debug2: key: /root/.ssh/id_xmss ((nil))
  72. debug1: SSH2_MSG_EXT_INFO received
  73. debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
  74. debug2: service_accept: ssh-userauth
  75. debug1: SSH2_MSG_SERVICE_ACCEPT received
  76. This is a OverTheWire game server. More information on http://www.overthewire.org/wargames
  77.  
  78. debug1: Authentications that can continue: publickey,password
  79. debug1: Next authentication method: publickey
  80. debug1: Trying private key: /root/.ssh/id_rsa
  81. debug1: Trying private key: /root/.ssh/id_dsa
  82. debug1: Trying private key: /root/.ssh/id_ecdsa
  83. debug1: Trying private key: /root/.ssh/id_ed25519
  84. debug1: Trying private key: /root/.ssh/id_xmss
  85. debug2: we did not send a packet, disable method
  86. debug1: Next authentication method: password
  87. bandit0@bandit.labs.overthewire.org's password:
  88. debug2: we sent a password packet, wait for reply
  89. debug1: Authentication succeeded (password).
  90. Authenticated to bandit.labs.overthewire.org ([176.9.9.172]:2220).
  91. debug1: channel 0: new [client-session]
  92. debug2: channel 0: send open
  93. debug1: Requesting no-more-sessions@openssh.com
  94. debug1: Entering interactive session.
  95. debug1: pledge: network
  96. debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
  97. debug2: channel_input_open_confirmation: channel 0: callback start
  98. debug2: fd 3 setting TCP_NODELAY
  99. debug2: client_session2_setup: id 0
  100. debug2: channel 0: request pty-req confirm 1
  101. debug1: Sending environment.
  102. debug1: Sending env LANG = en_US.UTF-8
  103. debug2: channel 0: request env confirm 0
  104. debug2: channel 0: request shell confirm 1
  105. debug2: channel_input_open_confirmation: channel 0: callback done
  106. debug2: channel 0: open confirm rwindow 0 rmax 32768
  107. packet_write_wait: Connection to 176.9.9.172 port 2220: Broken pipe
Add Comment
Please, Sign In to add comment