Moved ControlMaster config around to exclude mega NAS specifically
This commit is contained in:
parent
917095ef5f
commit
85115400c9
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
ControlMaster auto
|
#ControlMaster auto
|
||||||
ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
#ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
||||||
CanonicalizeHostname yes
|
CanonicalizeHostname yes
|
||||||
CanonicalDomains home.ld linux-help.org
|
CanonicalDomains home.ld linux-help.org
|
||||||
CanonicalizeMaxDots 1
|
CanonicalizeMaxDots 1
|
||||||
|
@ -180,7 +180,9 @@ Host *.home.ld
|
||||||
Host worktop.home.ld
|
Host worktop.home.ld
|
||||||
User eric
|
User eric
|
||||||
|
|
||||||
Host *
|
Host * !mega.home.ld
|
||||||
|
ControlMaster auto
|
||||||
|
ControlPath ~/.ssh/controlmasters/%r@%h:%p
|
||||||
#User psi-jack
|
#User psi-jack
|
||||||
KeepAlive yes
|
KeepAlive yes
|
||||||
{% if yadm.os == "Darwin" %}
|
{% if yadm.os == "Darwin" %}
|
||||||
|
|
0
.ssh/controlmasters/.do-not-delete
Normal file
0
.ssh/controlmasters/.do-not-delete
Normal file
Loading…
Reference in a new issue