programs.ssh.pubkeyAcceptedKeyTypes
Specifies the key lib.types that will be used for public key authentication.
- Type
list of string- Default
[ ]- Example
[ "ssh-ed25519" "ssh-rsa" ]- Declared
- <nixpkgs/nixos/modules/programs/ssh.nix>
Specifies the key lib.types that will be used for public key authentication.
list of string[ ][
"ssh-ed25519"
"ssh-rsa"
]