programs.ssh.kexAlgorithms

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
<nixpkgs/nixos/modules/programs/ssh.nix>