diff --git a/home/file/ssh/default.nix b/home/file/ssh/default.nix index f5f81689..40e1ce05 100644 --- a/home/file/ssh/default.nix +++ b/home/file/ssh/default.nix @@ -12,7 +12,7 @@ in { text = (util.trimTabs '' Host * ControlMaster auto - ControlPath ~/.ssh/%r@%h:%p.socket + ControlPath ~/.ssh/%C.socket ControlPersist yes '') + mkHost "dasha" "10.0.0.7" 22143 "root"