summaryrefslogtreecommitdiff
path: root/.config/ssh/config
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2022-11-18 18:36:53 -0700
committerLuke Shumaker <lukeshu@datawire.io>2022-11-18 18:36:53 -0700
commit9a62b4a64933f116b08e9e3cb06e013319610e4c (patch)
tree27bb1b131d5a0d35d34fa31e73f72b2446576dc8 /.config/ssh/config
parent9adc8a2aeaf034f5172b32c9bd000c686465ab21 (diff)
stuff
Diffstat (limited to '.config/ssh/config')
-rw-r--r--.config/ssh/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index b827df5..8020cb1 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,10 +1,11 @@
Host *
Protocol 2
- ControlMaster auto
- ControlPath ~/.r/%l/ssh-%r@%h:%p
+ #ControlMaster auto
+ #ControlPath ~/.r/%l/ssh-%r@%h:%p
Compression yes
#ProxyCommand proxytunnel --proxy=lukeshu.com:8443 --proxyauth=frc4272:password --encrypt-proxy --dest=%h:%p
#ProxyCommand proxytunnel --proxy=lukeshu.com:8080 --proxyauth=frc4272:password --dest=%h:%p
+ AddKeysToAgent yes
# Purdue ###################################################