Ssh: Use hashes for sockets for ipv6 compatibility.
This commit is contained in:
parent
b3a68f8e71
commit
f2d1bfa965
|
@ -12,7 +12,7 @@ in {
|
||||||
text = (util.trimTabs ''
|
text = (util.trimTabs ''
|
||||||
Host *
|
Host *
|
||||||
ControlMaster auto
|
ControlMaster auto
|
||||||
ControlPath ~/.ssh/%r@%h:%p.socket
|
ControlPath ~/.ssh/%C.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