mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01: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…
Reference in New Issue
Block a user