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)
downloadopenssh-git-c30d35ce3234371c20a388d81b4bafd389d3019f.tar.gz
- (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 70275b39..cb360d04 100644
--- a/ssh_config
+++ b/ssh_config
@@ -27,11 +27,5 @@
# IdentityFile ~/.ssh/identity
# Port 22
# Protocol 2,1
-# Cipher 3des
+# Cipher blowfish
# EscapeChar ~
-
-# Be paranoid by default
-Host *
- ForwardAgent no
- ForwardX11 no
- FallBackToRsh no