forked from foxora/nix
changed incorrect comment in lyra's config
This commit is contained in:
parent
6a3c29ef39
commit
e8c124bc16
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
AllowUsers = ["foxora"];
|
AllowUsers = ["foxora"];
|
||||||
UseDns = false; # enables rDNS lookup
|
UseDns = false; # disable rDNS lookup
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue