Removed nonexistent option fron openssh config. Whitelist localhost in fail2ban.
This commit is contained in:
parent
31aa2297a4
commit
f6aed0e2a1
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,6 @@ mkIf (elem "openssh" config.machine.services) {
|
|||
permitRootLogin = "no";
|
||||
extraConfig = ''
|
||||
UsePAM no
|
||||
UseRoaming no
|
||||
AllowUsers derped git nix-ssh
|
||||
UsePrivilegeSeparation sandbox
|
||||
LogLevel VERBOSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue