1
0
Fork 0

ssh: Adjust settings

This commit is contained in:
Daniel Kempkens 2023-01-22 13:50:29 +01:00
parent 2c436c149c
commit 3161b2182a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -1,7 +1,10 @@
{
services.openssh = {
enable = true;
passwordAuthentication = false;
kbdInteractiveAuthentication = false;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
}