diff options
author | mail_redacted_for_web | 2024-05-25 13:25:35 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2024-05-25 13:25:35 +0200 |
commit | d9b65ed059e81cca89bcec21545aa8816198537d (patch) | |
tree | 34208b39985eccf618aea67c03caaf79e98c0fc7 /.ssh | |
parent | badff375848d9af77e9761619f374278da862dac (diff) | |
download | dotfiles-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.conf | 4 |
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 |