programs.ssh.kexAlgorithms

NixOS option

Specifies the available KEX (Key Exchange) algorithms.

type: null or (list of string)
Default
null
Example
[
  "curve25519-sha256@libssh.org"
  "diffie-hellman-group-exchange-sha256"
]
declared in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →