diff options
author | 1999-10-27 03:38:42 +0000 | |
---|---|---|
committer | 1999-10-27 03:38:42 +0000 | |
commit | 53a26e45eb03457ac12d2b8c197c801ec8e925d2 (patch) | |
tree | 12bfefb4fac33c0d2bee09b6d6da929fea4c14ca | |
parent | Calculation fix in progressmeter() for ETA > 1hr; pasto on my part. (diff) | |
download | wireguard-openbsd-53a26e45eb03457ac12d2b8c197c801ec8e925d2.tar.xz wireguard-openbsd-53a26e45eb03457ac12d2b8c197c801ec8e925d2.zip |
idea does not exist
-rw-r--r-- | usr.bin/ssh/ssh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index 688930a0cca..9fb064deb96 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -26,5 +26,5 @@ # StrictHostKeyChecking no # IdentityFile ~/.ssh/identity # Port 22 -# Cipher idea +# Cipher blowfish # EscapeChar ~ |