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