1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sshd.git synced 2024-08-16 11:59:49 +02:00

Allow more login params

This commit is contained in:
L3D 2020-12-15 21:32:54 +01:00
parent 9cb60831da
commit 4d499b97d6
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -18,9 +18,9 @@ sshd__key_types:
sshd__key_algorithmus: sshd__key_algorithmus:
- 'ssh-ed25519-cert-v01@openssh.com' - 'ssh-ed25519-cert-v01@openssh.com'
- 'ssh-ed25519' - 'ssh-ed25519'
# - 'ecdsa-sha2-nistp521-cert-v01@openssh.com' - 'ecdsa-sha2-nistp521-cert-v01@openssh.com'
# - 'ecdsa-sha2-nistp384-cert-v01@openssh.com' - 'ecdsa-sha2-nistp384-cert-v01@openssh.com'
# - 'ecdsa-sha2-nistp256-cert-v01@openssh.com' - 'ecdsa-sha2-nistp256-cert-v01@openssh.com'
# - 'rsa-sha2-512-cert-v01@openssh.com' # - 'rsa-sha2-512-cert-v01@openssh.com'
# - 'rsa-sha2-256-cert-v01@openssh.com' # - 'rsa-sha2-256-cert-v01@openssh.com'
# - 'ssh-rsa-cert-v01@openssh.com' # - 'ssh-rsa-cert-v01@openssh.com'
@ -34,14 +34,14 @@ sshd__key_algorithmus:
sshd__kex_algorithmus: sshd__kex_algorithmus:
- 'curve25519-sha256@libssh.org' - 'curve25519-sha256@libssh.org'
- 'diffie-hellman-group-exchange-sha256' - 'diffie-hellman-group-exchange-sha256'
# - 'diffie-hellman-group-exchange-sha1' - 'diffie-hellman-group-exchange-sha1'
# - 'diffie-hellman-group14-sha1' # - 'diffie-hellman-group14-sha1'
# - 'diffie-hellman-group1-sha1' # - 'diffie-hellman-group1-sha1'
sshd__ciphers: sshd__ciphers:
- 'chacha20-poly1305@openssh.com' - 'chacha20-poly1305@openssh.com'
- 'aes256-gcm@openssh.com' - 'aes256-gcm@openssh.com'
# - 'aes256-ctr' - 'aes256-ctr'
# - 'aes256-cbc' # - 'aes256-cbc'
# - 'aes128-ctr' # - 'aes128-ctr'
# - 'aes128-cbc' # - 'aes128-cbc'
@ -49,7 +49,7 @@ sshd__ciphers:
sshd__macs: sshd__macs:
- 'hmac-sha2-512-etm@openssh.com' - 'hmac-sha2-512-etm@openssh.com'
- 'hmac-sha2-256-etm@openssh.com' - 'hmac-sha2-256-etm@openssh.com'
# - 'hmac-sha2-512' - 'hmac-sha2-512'
# - 'hmac-sha2-256' # - 'hmac-sha2-256'
# - 'hmac-ripemd160-etm@openssh.com' # - 'hmac-ripemd160-etm@openssh.com'
# - 'umac-128-etm@openssh.com' # - 'umac-128-etm@openssh.com'