programs.ssh.pubkeyAcceptedKeyTypes

NixOS option

Specifies the key lib.types that will be used for public key authentication.

type: list of string
Default
[ ]
Example
[
  "ssh-ed25519"
  "ssh-rsa"
]
declared in: nixos/modules/programs/ssh.nixView source on NixOS/nixpkgs →