Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.49 KB | None | 0 0
  1. # general
  2. (gen) banner: SSH-2.0-OpenSSH_7.7
  3. (gen) software: OpenSSH 7.7
  4. (gen) compatibility: OpenSSH 7.3+, Dropbear SSH 2016.73+
  5. (gen) compression: enabled (zlib@openssh.com)
  6.  
  7. # key exchange algorithms
  8. (kex) curve25519-sha256 -- [warn] unknown algorithm
  9. (kex) curve25519-sha256@libssh.org -- [info] available since OpenSSH 6.5, Dropbear SSH 2013.62
  10. (kex) ecdh-sha2-nistp256 -- [fail] using weak elliptic curves
  11. `- [info] available since OpenSSH 5.7, Dropbear SSH 2013.62
  12. (kex) ecdh-sha2-nistp384 -- [fail] using weak elliptic curves
  13. `- [info] available since OpenSSH 5.7, Dropbear SSH 2013.62
  14. (kex) ecdh-sha2-nistp521 -- [fail] using weak elliptic curves
  15. `- [info] available since OpenSSH 5.7, Dropbear SSH 2013.62
  16. (kex) diffie-hellman-group-exchange-sha256 -- [warn] using custom size modulus (possibly weak)
  17. `- [info] available since OpenSSH 4.4
  18. (kex) diffie-hellman-group16-sha512 -- [info] available since OpenSSH 7.3, Dropbear SSH 2016.73
  19. (kex) diffie-hellman-group18-sha512 -- [info] available since OpenSSH 7.3
  20. (kex) diffie-hellman-group14-sha256 -- [info] available since OpenSSH 7.3, Dropbear SSH 2016.73
  21. (kex) diffie-hellman-group14-sha1 -- [warn] using weak hashing algorithm
  22. `- [info] available since OpenSSH 3.9, Dropbear SSH 0.53
  23.  
  24. # host-key algorithms
  25. (key) ssh-rsa -- [info] available since OpenSSH 2.5.0, Dropbear SSH 0.28
  26. (key) rsa-sha2-512 -- [info] available since OpenSSH 7.2
  27. (key) rsa-sha2-256 -- [info] available since OpenSSH 7.2
  28. (key) ecdsa-sha2-nistp256 -- [fail] using weak elliptic curves
  29. `- [warn] using weak random number generator could reveal the key
  30. `- [info] available since OpenSSH 5.7, Dropbear SSH 2013.62
  31. (key) ssh-ed25519 -- [info] available since OpenSSH 6.5
  32.  
  33. # encryption algorithms (ciphers)
  34. (enc) chacha20-poly1305@openssh.com -- [info] available since OpenSSH 6.5
  35. `- [info] default cipher since OpenSSH 6.9.
  36. (enc) aes128-ctr -- [info] available since OpenSSH 3.7, Dropbear SSH 0.52
  37. (enc) aes192-ctr -- [info] available since OpenSSH 3.7
  38. (enc) aes256-ctr -- [info] available since OpenSSH 3.7, Dropbear SSH 0.52
  39. (enc) aes128-gcm@openssh.com -- [info] available since OpenSSH 6.2
  40. (enc) aes256-gcm@openssh.com -- [info] available since OpenSSH 6.2
  41.  
  42. # message authentication code algorithms
  43. (mac) umac-64-etm@openssh.com -- [warn] using small 64-bit tag size
  44. `- [info] available since OpenSSH 6.2
  45. (mac) umac-128-etm@openssh.com -- [info] available since OpenSSH 6.2
  46. (mac) hmac-sha2-256-etm@openssh.com -- [info] available since OpenSSH 6.2
  47. (mac) hmac-sha2-512-etm@openssh.com -- [info] available since OpenSSH 6.2
  48. (mac) hmac-sha1-etm@openssh.com -- [warn] using weak hashing algorithm
  49. `- [info] available since OpenSSH 6.2
  50. (mac) umac-64@openssh.com -- [warn] using encrypt-and-MAC mode
  51. `- [warn] using small 64-bit tag size
  52. `- [info] available since OpenSSH 4.7
  53. (mac) umac-128@openssh.com -- [warn] using encrypt-and-MAC mode
  54. `- [info] available since OpenSSH 6.2
  55. (mac) hmac-sha2-256 -- [warn] using encrypt-and-MAC mode
  56. `- [info] available since OpenSSH 5.9, Dropbear SSH 2013.56
  57. (mac) hmac-sha2-512 -- [warn] using encrypt-and-MAC mode
  58. `- [info] available since OpenSSH 5.9, Dropbear SSH 2013.56
  59. (mac) hmac-sha1 -- [warn] using encrypt-and-MAC mode
  60. `- [warn] using weak hashing algorithm
  61. `- [info] available since OpenSSH 2.1.0, Dropbear SSH 0.28
  62.  
  63. # algorithm recommendations (for OpenSSH 7.7)
  64. (rec) -ecdh-sha2-nistp521 -- kex algorithm to remove
  65. (rec) -ecdh-sha2-nistp384 -- kex algorithm to remove
  66. (rec) -diffie-hellman-group14-sha1 -- kex algorithm to remove
  67. (rec) -ecdh-sha2-nistp256 -- kex algorithm to remove
  68. (rec) -diffie-hellman-group-exchange-sha256 -- kex algorithm to remove
  69. (rec) -ecdsa-sha2-nistp256 -- key algorithm to remove
  70. (rec) -hmac-sha2-512 -- mac algorithm to remove
  71. (rec) -umac-128@openssh.com -- mac algorithm to remove
  72. (rec) -hmac-sha2-256 -- mac algorithm to remove
  73. (rec) -umac-64@openssh.com -- mac algorithm to remove
  74. (rec) -hmac-sha1 -- mac algorithm to remove
  75. (rec) -hmac-sha1-etm@openssh.com -- mac algorithm to remove
  76. (rec) -umac-64-etm@openssh.com -- mac algorithm to remove
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement