Ssh : Add .socket ext to control files.

This commit is contained in:
Dmitry Voronin 2024-08-24 18:57:44 +03:00
parent 5a28e1ddf9
commit 794cf06812
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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" ""