MyNixOS website logo
option

programs.ssh.pubkeyAcceptedKeyTypes

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

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