mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-23 05:59:22 -05:00
disable unused AES-GCM cipher suites
This commit is contained in:
parent
ad6e998ec2
commit
d7c23eac02
@ -19,7 +19,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key
|
|||||||
HostKeyAlgorithms ssh-ed25519
|
HostKeyAlgorithms ssh-ed25519
|
||||||
KexAlgorithms curve25519-sha256
|
KexAlgorithms curve25519-sha256
|
||||||
PubkeyAcceptedKeyTypes ssh-ed25519
|
PubkeyAcceptedKeyTypes ssh-ed25519
|
||||||
Ciphers chacha20-poly1305@openssh.com,aes128-gcm@openssh.com,aes256-gcm@openssh.com
|
Ciphers chacha20-poly1305@openssh.com
|
||||||
MACs -*
|
MACs -*
|
||||||
|
|
||||||
# Ciphers and keying
|
# Ciphers and keying
|
||||||
|
Loading…
Reference in New Issue
Block a user