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 = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PermitRootLogin = "yes";stopServices
|
PermitRootLogin = "yes";
|
||||||
PasswordAuthentication = false;stopServices
|
PasswordAuthentication = false;
|
||||||
};stopServices
|
};
|
||||||
extraConfig = ''stopServices
|
extraConfig = ''
|
||||||
Match User gitea
|
Match User gitea
|
||||||
AllowAgentForwarding no
|
AllowAgentForwarding no
|
||||||
AllowTcpForwarding no
|
AllowTcpForwarding no
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue