fix forgejo crypto
This commit is contained in:
parent
311c85642b
commit
c43c6c43a5
3 changed files with 9 additions and 5 deletions
|
|
@ -24,8 +24,14 @@
|
|||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
AllowUsers = [ "ellie" ];
|
||||
AllowUsers = [ "ellie" "forgejo" ];
|
||||
};
|
||||
extraConfig = ''
|
||||
Match User forgejo Address 10.10.0.1
|
||||
AllowTcpForwarding no
|
||||
X11Forwarding no
|
||||
PermitTunnel no
|
||||
'';
|
||||
};
|
||||
|
||||
services.fail2ban = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue