Advertisement
Guest User

Untitled

a guest
Dec 19th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 KB | None | 0 0
  1. debug1: Reading configuration data /etc/ssh/ssh_config
  2. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  3. debug1: Executing proxy command: exec perl 1.pl
  4. debug1: permanently_set_uid: 0/0
  5. debug1: permanently_drop_suid: 0
  6. debug1: key_load_public: No such file or directory
  7. debug1: identity file /root/.ssh/id_rsa-cert type -1
  8. debug1: key_load_public: No such file or directory
  9. debug1: identity file /root/.ssh/id_dsa type -1
  10. debug1: key_load_public: No such file or directory
  11. debug1: identity file /root/.ssh/id_dsa-cert type -1
  12. debug1: key_load_public: No such file or directory
  13. debug1: identity file /root/.ssh/id_ecdsa type -1
  14. debug1: key_load_public: No such file or directory
  15. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  16. debug1: key_load_public: No such file or directory
  17. debug1: identity file /root/.ssh/id_ed25519 type -1
  18. debug1: key_load_public: No such file or directory
  19. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  20. debug1: Enabling compatibility mode for protocol 2.0
  21. debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u1
  22. debug1: Remote protocol version 2.0, remote software version dropbear_2016.74
  23. debug1: no match: dropbear_2016.74
  24. debug2: fd 5 setting O_NONBLOCK
  25. debug2: fd 4 setting O_NONBLOCK
  26. debug1: Authenticating to localhost:22 as 'root'
  27. debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
  28. debug3: send packet: type 20
  29. debug1: SSH2_MSG_KEXINIT sent
  30. debug3: receive packet: type 20
  31. debug1: SSH2_MSG_KEXINIT received
  32. debug2: local client KEXINIT proposal
  33. 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
  34. 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,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  35. 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
  36. 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
  37. debug2: MACs ctos: hmac-md5
  38. debug2: MACs stoc: hmac-md5
  39. debug2: compression ctos: none,zlib@openssh.com,zlib
  40. debug2: compression stoc: none,zlib@openssh.com,zlib
  41. debug2: languages ctos:
  42. debug2: languages stoc:
  43. debug2: first_kex_follows 0
  44. debug2: reserved 0
  45. debug2: peer server KEXINIT proposal
  46. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,kexguess2@matt.ucc.asn.au
  47. debug2: host key algorithms: ecdsa-sha2-nistp256,ssh-rsa,ssh-dss
  48. debug2: ciphers ctos: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc
  49. debug2: ciphers stoc: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc
  50. debug2: MACs ctos: hmac-sha1-96,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-md5
  51. debug2: MACs stoc: hmac-sha1-96,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-md5
  52. debug2: compression ctos: zlib@openssh.com,none
  53. debug2: compression stoc: zlib@openssh.com,none
  54. debug2: languages ctos:
  55. debug2: languages stoc:
  56. debug2: first_kex_follows 0
  57. debug2: reserved 0
  58. debug1: kex: algorithm: curve25519-sha256@libssh.org
  59. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  60. debug1: kex: server->client cipher: aes128-ctr MAC: hmac-md5 compression: none
  61. debug1: kex: client->server cipher: aes128-ctr MAC: hmac-md5 compression: none
  62. debug3: send packet: type 30
  63. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  64. ^C
  65. root@debian:~# ssh -o "Proxycommand perl 1.pl" -oKexAlgorithms=+diffie-hellman-group14-sha1 localhost -vvv
  66. OpenSSH_7.4p1 Debian-10+deb9u1, OpenSSL 1.0.2l 25 May 2017
  67. debug1: Reading configuration data /etc/ssh/ssh_config
  68. debug1: /etc/ssh/ssh_config line 19: Applying options for *
  69. debug1: Executing proxy command: exec perl 1.pl
  70. debug1: permanently_set_uid: 0/0
  71. debug1: key_load_public: No such file or directory
  72. debug1: identity file /root/.ssh/id_rsa type -1
  73. debug1: key_load_public: No such file or directory
  74. debug1: identity file /root/.ssh/id_rsa-cert type -1
  75. debug1: key_load_public: No such file or directory
  76. debug1: identity file /root/.ssh/id_dsa type -1
  77. debug1: key_load_public: No such file or directory
  78. debug1: identity file /root/.ssh/id_dsa-cert type -1
  79. debug1: key_load_public: No such file or directory
  80. debug1: identity file /root/.ssh/id_ecdsa type -1
  81. debug1: key_load_public: No such file or directory
  82. debug1: identity file /root/.ssh/id_ecdsa-cert type -1
  83. debug1: key_load_public: No such file or directory
  84. debug1: identity file /root/.ssh/id_ed25519 type -1
  85. debug1: key_load_public: No such file or directory
  86. debug1: identity file /root/.ssh/id_ed25519-cert type -1
  87. debug1: permanently_drop_suid: 0
  88. debug1: Enabling compatibility mode for protocol 2.0
  89. debug1: Local version string SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u1
  90. debug1: Remote protocol version 2.0, remote software version dropbear_2016.74
  91. debug1: no match: dropbear_2016.74
  92. debug2: fd 5 setting O_NONBLOCK
  93. debug2: fd 4 setting O_NONBLOCK
  94. debug1: Authenticating to localhost:22 as 'root'
  95. debug3: hostkeys_foreach: reading file "/root/.ssh/known_hosts"
  96. debug3: send packet: type 20
  97. debug1: SSH2_MSG_KEXINIT sent
  98. debug3: receive packet: type 20
  99. debug1: SSH2_MSG_KEXINIT received
  100. debug2: local client KEXINIT proposal
  101. 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
  102. 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,ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  103. 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
  104. 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
  105. 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
  106. 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
  107. debug2: compression ctos: none,zlib@openssh.com,zlib
  108. debug2: compression stoc: none,zlib@openssh.com,zlib
  109. debug2: languages ctos:
  110. debug2: languages stoc:
  111. debug2: first_kex_follows 0
  112. debug2: reserved 0
  113. debug2: peer server KEXINIT proposal
  114. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1,kexguess2@matt.ucc.asn.au
  115. debug2: host key algorithms: ecdsa-sha2-nistp256,ssh-rsa,ssh-dss
  116. debug2: ciphers ctos: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc
  117. debug2: ciphers stoc: aes128-ctr,aes256-ctr,aes128-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc,3des-ctr,3des-cbc
  118. debug2: MACs ctos: hmac-sha1-96,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-md5
  119. debug2: MACs stoc: hmac-sha1-96,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-md5
  120. debug2: compression ctos: zlib@openssh.com,none
  121. debug2: compression stoc: zlib@openssh.com,none
  122. debug2: languages ctos:
  123. debug2: languages stoc:
  124. debug2: first_kex_follows 0
  125. debug2: reserved 0
  126. debug1: kex: algorithm: curve25519-sha256@libssh.org
  127. debug1: kex: host key algorithm: ecdsa-sha2-nistp256
  128. debug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  129. debug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha2-256 compression: none
  130. debug3: send packet: type 30
  131. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement