2021-12-12 05:56:26 +01:00
|
|
|
---
|
2023-07-04 04:04:48 +02:00
|
|
|
openssh__authorized_principals:
|
2021-12-12 05:56:26 +01:00
|
|
|
- any
|
2023-07-04 04:04:48 +02:00
|
|
|
# https://infosec.mozilla.org/guidelines/openssh.html
|
|
|
|
openssh__kex_algorithms:
|
|
|
|
- curve25519-sha256@libssh.org
|
|
|
|
- ecdh-sha2-nistp521
|
|
|
|
- ecdh-sha2-nistp384
|
|
|
|
- ecdh-sha2-nistp256
|
|
|
|
- diffie-hellman-group-exchange-sha256
|
|
|
|
openssh__ciphers:
|
|
|
|
- chacha20-poly1305@openssh.com
|
|
|
|
- aes256-gcm@openssh.com
|
|
|
|
- aes128-gcm@openssh.com
|
|
|
|
- aes256-ctr
|
|
|
|
- aes192-ctr
|
|
|
|
- aes128-ctr
|
|
|
|
openssh__macs:
|
|
|
|
- hmac-sha2-512-etm@openssh.com
|
|
|
|
- hmac-sha2-256-etm@openssh.com
|
|
|
|
- umac-128-etm@openssh.com
|
|
|
|
- hmac-sha2-512
|
|
|
|
- hmac-sha2-256
|
|
|
|
- umac-128@openssh.com
|
2021-12-12 05:56:26 +01:00
|
|
|
...
|