summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-30 09:40:09 +1100
committerDamien Miller <djm@mindrot.org>2000-08-30 09:40:09 +1100
commitc30d35ce3234371c20a388d81b4bafd389d3019f (patch)
tree700aa922a381fa51c8334f9d09cc8481d0619db3 /ssh_config
parent87d29ed405ce6a6aa56660c9c696f6b78a709034 (diff)
- (djm) Periodically rekey arc4random
- (djm) Clean up diff against OpenBSD.
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