summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2010-12-30 21:19:43 -0500
committerEamon Walsh <ewalsh@tycho.nsa.gov>2010-12-30 21:19:43 -0500
commit85f6819ebe5fdae0f992a716511343d0bf601cf5 (patch)
tree879400c91c8fcb2ba1c4aa35d6aacb4898d6a73b
parent2585f6be8346053f070748f3065160738a41bcb3 (diff)
Add ssh config file.
-rw-r--r--config.ssh10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.ssh b/config.ssh
new file mode 100644
index 0000000..2d23a09
--- /dev/null
+++ b/config.ssh
@@ -0,0 +1,10 @@
+Host moss-*
+ ForwardAgent yes
+ ForwardX11 yes
+ ForwardX11Trusted yes
+
+Host *
+ ForwardAgent no
+ ForwardX11 no
+ ControlMaster auto
+ ControlPath ~/.ssh/%r@%h:%p