Ssh : Add .socket ext to control files.
This commit is contained in:
parent
5a28e1ddf9
commit
794cf06812
|
@ -10,7 +10,7 @@ in {
|
||||||
text = util.trimTabs (''
|
text = util.trimTabs (''
|
||||||
Host *
|
Host *
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/%r@%h:%p
|
ControlPath ~/.ssh/%r@%h:%p.socket
|
||||||
ControlPersist yes
|
ControlPersist yes
|
||||||
''
|
''
|
||||||
+ mkHost "dasha" "10.0.0.7" 22143 "root" ""
|
+ mkHost "dasha" "10.0.0.7" 22143 "root" ""
|
||||||
|
|
Loading…
Reference in a new issue