summaryrefslogtreecommitdiff
path: root/.config/ssh/config
diff options
context:
space:
mode:
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 ###################################################