programs.ssh.hostKeyAlgorithms
Specifies the host key algorithms that the client wants to use in order of preference.
- Type
list of string- Default
[ ]- Example
[ "ssh-ed25519" "ssh-rsa" ]- Declared
- <nixpkgs/nixos/modules/programs/ssh.nix>
Specifies the host key algorithms that the client wants to use in order of preference.
list of string[ ][
"ssh-ed25519"
"ssh-rsa"
]