remove bad copy/paste
This commit is contained in:
parent
d405ff6d5c
commit
ba821b057e
1 changed files with 4 additions and 4 deletions
|
|
@ -213,10 +213,10 @@ in
|
|||
openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "yes";stopServices
|
||||
PasswordAuthentication = false;stopServices
|
||||
};stopServices
|
||||
extraConfig = ''stopServices
|
||||
PermitRootLogin = "yes";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
extraConfig = ''
|
||||
Match User gitea
|
||||
AllowAgentForwarding no
|
||||
AllowTcpForwarding no
|
||||
|
|
|
|||
Loading…
Reference in a new issue