aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ssh_config')
-rw-r--r--testing/ssh_config10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/ssh_config b/testing/ssh_config
new file mode 100644
index 000000000..36569c07c
--- /dev/null
+++ b/testing/ssh_config
@@ -0,0 +1,10 @@
+Host *
+ # debian default
+ SendEnv LANG LC_*
+ HashKnownHosts yes
+ GSSAPIAuthentication yes
+ # faster encryption
+ Ciphers arcfour
+ # share multiple sessions
+ ControlMaster auto
+ ControlPath /tmp/ssh-uml-%r@%h:%p