ssh: enable addKeysToAgent to proper way, enable compression

This commit is contained in:
Evie Litherland-Smith 2024-01-05 07:35:37 +00:00
parent 19f8b4b606
commit 48cf8ce37e

View file

@ -144,12 +144,13 @@
ssh = { ssh = {
enable = true; enable = true;
forwardAgent = true; forwardAgent = true;
addKeysToAgent = "yes";
compression = true;
serverAliveInterval = 15; serverAliveInterval = 15;
serverAliveCountMax = 3; serverAliveCountMax = 3;
controlMaster = "auto"; controlMaster = "auto";
controlPersist = "10s"; controlPersist = "10s";
extraConfig = '' extraConfig = ''
AddKeysToAgent=yes
SetEnv TERM=xterm-256color SetEnv TERM=xterm-256color
''; '';
matchBlocks = { matchBlocks = {