git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.ssh
diff options
context:
space:
mode:
authorH. P. <coding _æ_ lirion.de> 2024-05-25 13:25:35 +0200
committerH. P. <coding _æ_ lirion.de> 2024-05-25 13:25:35 +0200
commitd9b65ed059e81cca89bcec21545aa8816198537d (patch)
tree34208b39985eccf618aea67c03caaf79e98c0fc7 /.ssh
parentbadff375848d9af77e9761619f374278da862dac (diff)
downloaddotfiles-d9b65ed059e81cca89bcec21545aa8816198537d.tar.bz2
only use the control master if desired. causes more fuss than solutions on daily use.
Diffstat (limited to '.ssh')
-rw-r--r--.ssh/config.d/0000-all.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ssh/config.d/0000-all.conf b/.ssh/config.d/0000-all.conf
index df13d7c..7a69c2a 100644
--- a/.ssh/config.d/0000-all.conf
+++ b/.ssh/config.d/0000-all.conf
@@ -6,8 +6,8 @@
SendEnv LANG LC_* MUTTEXEC
HashKnownHosts yes
ForwardAgent yes
-ControlMaster auto
-ControlPath /run/user/%i/ssh/cm-%r@%h:%p
+#ControlMaster auto
+#ControlPath /run/user/%i/ssh/cm-%r@%h:%p
# ControlMaster: to use SSH multiplexing with ProxyCommand (e.g. to reach host b through host a)
# Host b