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 = {
enable = true;
forwardAgent = true;
addKeysToAgent = "yes";
compression = true;
serverAliveInterval = 15;
serverAliveCountMax = 3;
controlMaster = "auto";
controlPersist = "10s";
extraConfig = ''
AddKeysToAgent=yes
SetEnv TERM=xterm-256color
'';
matchBlocks = {