programs.ssh.hostKeyAlgorithms

NixOS option

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 in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →