sshd: disable GSSAPIAuthentication
This commit is contained in:
parent
b617dad070
commit
0e1dfa5f70
|
@ -15,6 +15,7 @@ in
|
|||
UseDns = false;
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
GSSAPIAuthentication = false;
|
||||
};
|
||||
};
|
||||
services.fail2ban = {
|
||||
|
|
Loading…
Reference in a new issue