diff options
author | Damien Miller <djm@mindrot.org> | 2000-08-30 09:40:09 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-08-30 09:40:09 +1100 |
commit | c30d35ce3234371c20a388d81b4bafd389d3019f (patch) | |
tree | 700aa922a381fa51c8334f9d09cc8481d0619db3 /ssh_config | |
parent | 87d29ed405ce6a6aa56660c9c696f6b78a709034 (diff) | |
download | openssh-git-c30d35ce3234371c20a388d81b4bafd389d3019f.tar.gz |
- (djm) Periodically rekey arc4random
- (djm) Clean up diff against OpenBSD.
Diffstat (limited to 'ssh_config')
-rw-r--r-- | ssh_config | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 |