MyNixOS website logo
option

programs.ssh.kexAlgorithms

Specifies the available KEX (Key Exchange) algorithms.

Declarations
Type
null or (list of string)
Default
null
Example
[
  "[email protected]"
  "diffie-hellman-group-exchange-sha256"
]