MyNixOS website logo
option

programs.ssh.hostKeyAlgorithms

Specifies the host key algorithms that the client wants to use in order of preference.

Declarations
Type
list of string
Default
[ ]
Example
[
  "ssh-ed25519"
  "ssh-rsa"
]