programs.ssh.ciphers
Specifies the ciphers allowed and their order of preference.
- Type
null or (list of string)- Default
null- Example
[ "chacha20-poly1305@openssh.com" "aes256-gcm@openssh.com" ]- Declared
- <nixpkgs/nixos/modules/programs/ssh.nix>
Specifies the ciphers allowed and their order of preference.
null or (list of string)null[
"chacha20-poly1305@openssh.com"
"aes256-gcm@openssh.com"
]