mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
ssh: switch to AES256-GCM to use AES-NI
This commit is contained in:
parent
a164ca80c7
commit
1173060c25
@ -19,7 +19,7 @@ HostKey /etc/ssh/ssh_host_ed25519_key
|
|||||||
HostKeyAlgorithms ssh-ed25519
|
HostKeyAlgorithms ssh-ed25519
|
||||||
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
KexAlgorithms sntrup761x25519-sha512@openssh.com
|
||||||
PubkeyAcceptedKeyTypes ssh-ed25519
|
PubkeyAcceptedKeyTypes ssh-ed25519
|
||||||
Ciphers chacha20-poly1305@openssh.com
|
Ciphers aes256-gcm@openssh.com
|
||||||
MACs -*
|
MACs -*
|
||||||
|
|
||||||
# Ciphers and keying
|
# Ciphers and keying
|
||||||
|
Loading…
Reference in New Issue
Block a user