4
votes
1answer
527 views

What are the differences between the arcfour, arcfour128 and arcfour256 ciphers in OpenSSH?

What are the differences between the arcfour, arcfour128 and arcfour256 ciphers in OpenSSH? I am interested about: speed and security implications. I know that arcfour is fast for file transfers, ...
2
votes
2answers
705 views

OpenSSH default/preferred ciphers, hash, etc for SSH2

When using OpenSSH server (sshd) and client (ssh), what are all of the default / program preferred ciphers, hash, etc. (security related) and their default options (such as key length)? So, what are ...