summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config')
-rw-r--r--ssh_config8
1 files changed, 1 insertions, 7 deletions
diff --git a/ssh_config b/ssh_config
index 70275b392..cb360d04b 100644
--- a/ssh_config
+++ b/ssh_config
@@ -27,11 +27,5 @@
27# IdentityFile ~/.ssh/identity 27# IdentityFile ~/.ssh/identity
28# Port 22 28# Port 22
29# Protocol 2,1 29# Protocol 2,1
30# Cipher 3des 30# Cipher blowfish
31# EscapeChar ~ 31# EscapeChar ~
32
33# Be paranoid by default
34Host *
35 ForwardAgent no
36 ForwardX11 no
37 FallBackToRsh no