[chore]: Update SSH configuration options
This commit is contained in:
parent
191d53a871
commit
e096f2849b
1 changed files with 6 additions and 0 deletions
|
@ -235,6 +235,12 @@ in
|
||||||
|
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
addKeysToAgent = "yes";
|
||||||
|
hashKnownHosts = true;
|
||||||
|
|
||||||
|
extraOptionOverrides = {
|
||||||
|
VerifyHostKeyDNS = "ask";
|
||||||
|
};
|
||||||
package = pkgs.openssh;
|
package = pkgs.openssh;
|
||||||
|
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue