Fix ssh regular ed25519 key
This commit is contained in:
parent
a00e05f3e8
commit
acc3946d77
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@
|
|||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
services.openssh.extraConfig = ''
|
||||
Match User forgejo
|
||||
PubkeyAcceptedAlgorithms +ssh-ed25519
|
||||
'';
|
||||
|
||||
## services.nginx = {
|
||||
## enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue