ssh: enable addKeysToAgent to proper way, enable compression
This commit is contained in:
parent
19f8b4b606
commit
48cf8ce37e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue