ControlMaster

This commit is contained in:
Charlotte Van Petegem 2021-01-30 21:38:59 +01:00
parent 718817e6a8
commit 8bdb9b8573
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -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;