forked from emily/nixfiles
Add sk-ssh-ed25519 to openssh
This commit is contained in:
parent
cf6f59babf
commit
6a8b02c799
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ let
|
||||||
sigAlgorithms = [
|
sigAlgorithms = [
|
||||||
"ssh-ed25519-cert-v01@openssh.com"
|
"ssh-ed25519-cert-v01@openssh.com"
|
||||||
"ssh-ed25519"
|
"ssh-ed25519"
|
||||||
|
"sk-ssh-ed25519-cert-v01@openssh.com"
|
||||||
|
"sk-ssh-ed25519@openssh.com"
|
||||||
];
|
];
|
||||||
|
|
||||||
kexAlgorithms = [
|
kexAlgorithms = [
|
||||||
|
|
Loading…
Reference in a new issue