summaryrefslogtreecommitdiff
path: root/ssh_config
diff options
context:
space:
mode:
authordjm <djm>2000-08-29 22:40:09 +0000
committerdjm <djm>2000-08-29 22:40:09 +0000
commit08dc20959dfec5800b364bde67ebb4f5c6683bea (patch)
treedbf94730d05e2a5af83ed1b292e576e3549afa22 /ssh_config
parent0eeac201f3d35c492aff19c3c2ba9903126ded4d (diff)
downloadopenssh-08dc20959dfec5800b364bde67ebb4f5c6683bea.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