Guest User

Untitled

a guest
Apr 4th, 2018
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [~] ssh username@node.legacy
  2. Unable to negotiate with 10.10.10.10 port 22: no matching cipher found. Their offer: arcfour,arcfour128,arcfour256
  3.  
  4. [~] ssh -Q cipher
  5. 3des-cbc
  6. aes128-cbc
  7. aes192-cbc
  8. aes256-cbc
  9. rijndael-cbc@lysator.liu.se
  10. aes128-ctr
  11. aes192-ctr
  12. aes256-ctr
  13. aes128-gcm@openssh.com
  14. aes256-gcm@openssh.com
  15. chacha20-poly1305@openssh.com
  16.  
  17. [~] ssh -vv -c arcfour username@node.legacy
  18. Unknown cipher type 'arcfour'
Add Comment
Please, Sign In to add comment