programs.ssh.ciphers

NixOS option

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 in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →