-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify required crypto for ssh server and client #4
Comments
We need to collect all the supported ciphers from the different versions and bettercrypto. Let's see where there's differences. |
Ubuntu 14.04, Ciphers:
MACs:
KEX:
|
Ubuntu 12.04, Ciphers:
MACs:
KEX:
|
We currently test by bettercrypto'ish rules: Ciphers:
MACs:
KexAlgorithms:
|
double-checked: bettercrypto does openssh 6.6 only |
RedHat 6.4-based use OpenSSH 5.3: Ciphers:
MACs
Kex: NONE! (invalid option) |
Add Oracle 6.4/6.5 to the mix with OpenSSH 5.3p1. |
As for Debian 6 (6.0.9): OpenSSH 5.5 (
Same as 5.3 |
Debian 7 (7.4): OpenSSH 6.0 ( |
as specified here: #4 Signed-off-by: Dominik Richter <[email protected]>
as specified here: #4 Signed-off-by: Dominik Richter <[email protected]>
Ciphers, Mac, and Kex diverge at a few points. Ideally they should be the same. Unify and verify on operating systems.
The text was updated successfully, but these errors were encountered: