Moved ControlMaster config around to exclude mega NAS specifically
This commit is contained in:
parent
ef0b7bc4b0
commit
5bb312f96e
2 changed files with 5 additions and 3 deletions
|
@ -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" %}
|
||||
|
|
0
.ssh/controlmasters/.do-not-delete
Normal file
0
.ssh/controlmasters/.do-not-delete
Normal file
Loading…
Reference in a new issue