diff options
Diffstat (limited to 'lib/ssh.nix')
-rw-r--r-- | lib/ssh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh.nix b/lib/ssh.nix index 2d1ab46..48b79ad 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -4,6 +4,7 @@ let homedir = builtins.getEnv "HOME"; in { programs.ssh = { + controlMaster = "auto"; enable = true; forwardAgent = true; matchBlocks = { |