mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
system(ssh): Disable keyboard interactive authentication
Not necessary since we're using key pairs 100% now.
This commit is contained in:
parent
1d489ac6b4
commit
1344cf0c3e
@ -271,6 +271,7 @@ in
|
||||
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user