change controlMaster to auto

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-16 10:55:59 +01:00
parent c01fda5fe0
commit 69cdf0bc08
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,6 +1,6 @@
{ ... }: {
programs.ssh = {
controlMaster = "yes";
controlMaster = "auto";
controlPersist = "10m";
enable = true;
matchBlocks = {