Compare commits

..

No commits in common. "master" and "v2.1.0" have entirely different histories.

View File

@ -12,14 +12,14 @@ If you are running this role with older versions of OpenSSH, such as version 5.3
This is the default in this role.
```yaml
openssh_kexalgorithms:
ssh_kexalgorithms:
- curve25519-sha256@libssh.org
- ecdh-sha2-nistp521
- ecdh-sha2-nistp384
- ecdh-sha2-nistp256
- diffie-hellman-group-exchange-sha256
openssh_ciphers:
ssh_ciphers:
- chacha20-poly1305@openssh.com
- aes256-gcm@openssh.com
- aes128-gcm@openssh.com
@ -27,7 +27,7 @@ openssh_ciphers:
- aes192-ctr
- aes128-ctr
openssh_macs:
ssh_macs:
- hmac-sha2-512-etm@openssh.com
- hmac-sha2-256-etm@openssh.com
- umac-128-etm@openssh.com
@ -38,9 +38,8 @@ openssh_macs:
### Mozilla Intermediate
```yaml
openssh_hostkeys:
- /etc/ssh/ssh_host_rsa_key
- /etc/ssh/ssh_host_ecdsa_key
ssh_hostkey_file: /etc/ssh/ssh_host_rsa_key
ssh_hostkey_file: /etc/ssh/ssh_host_ecdsa_key
ssh_kexalgorithms:
- diffie-hellman-group-exchange-sha256