system(ssh): Disable keyboard interactive authentication

Not necessary since we're using key pairs 100% now.
This commit is contained in:
Donovan Glover 2024-08-12 06:39:12 -04:00
parent 1d489ac6b4
commit 1344cf0c3e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -271,6 +271,7 @@ in
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
};