ControlMaster
This commit is contained in:
parent
718817e6a8
commit
8bdb9b8573
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ let
|
|||
programs.ssh = {
|
||||
enable = true;
|
||||
compression = true;
|
||||
controlMaster = "yes";
|
||||
controlPersist = "10m";
|
||||
hashKnownHosts = true;
|
||||
userKnownHostsFile = "${config.chvp.cachePrefix}${home}/.ssh/known_hosts";
|
||||
serverAliveInterval = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue