Moved ControlMaster config around to exclude mega NAS specifically

This commit is contained in:
Eric Renfro 2021-07-31 09:04:00 -04:00
parent f1683f72d3
commit 3afc61e5f5
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
#ControlMaster auto
#ControlPath ~/.ssh/controlmasters/%r@%h:%p
CanonicalizeHostname yes
CanonicalDomains home.ld linux-help.org
CanonicalizeMaxDots 1
@ -180,7 +180,9 @@ Host *.home.ld
Host worktop.home.ld
User eric
Host *
Host * !mega.home.ld
ControlMaster auto
ControlPath ~/.ssh/controlmasters/%r@%h:%p
#User psi-jack
KeepAlive yes
{% if yadm.os == "Darwin" %}

View File