summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-01 17:54:48 -0600
committerToby Vincent <tobyv13@gmail.com>2023-03-01 17:54:48 -0600
commitb4a40c5541e03af748280e6beaf85c4530ce405f (patch)
treeca10f0545602757d2b23fbfff57a8e695d51649c
parent706a84203c53b8a54d6e42db3b46d88f3e792a7d (diff)
fix(ssh): move ssh ControlPath to XDG_RUNTIME_DIR
-rw-r--r--ssh/.ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/.ssh/config b/ssh/.ssh/config
index 4f49b95..0d980ca 100644
--- a/ssh/.ssh/config
+++ b/ssh/.ssh/config
@@ -13,7 +13,7 @@ Host odin frigg thor loki heimdall hydra bifrost
StreamLocalBindUnlink yes
RemoteForward /run/user/1000/gnupg/S.gpg-agent /run/user/1000/gnupg/S.gpg-agent.extra
ControlMaster auto
- ControlPath ~/.ssh/controlmasters/%r@%h:%p
+ ControlPath ${XDG_RUNTIME_DIR}/ssh.%r@%h:%p
ControlPersist 30m
Host hydra