diff options
author | 2000-10-14 12:09:46 +0000 | |
---|---|---|
committer | 2000-10-14 12:09:46 +0000 | |
commit | fa6256cdc5adc567b48aed767114a1d0db0ba53c (patch) | |
tree | 49dd3e0527b764870f1abcff52532df1a6cd9a43 | |
parent | remove spaces from arguments; from djm@mindrot.org (diff) | |
download | wireguard-openbsd-fa6256cdc5adc567b48aed767114a1d0db0ba53c.tar.xz wireguard-openbsd-fa6256cdc5adc567b48aed767114a1d0db0ba53c.zip |
Cipher is for SSH-1 only
-rw-r--r-- | usr.bin/ssh/ssh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 732919227e4..6fe98772bba 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -627,7 +627,8 @@ If the option is set to .Dq no , the check will not be executed. .It Cm Cipher -Specifies the cipher to use for encrypting the session. +Specifies the cipher to use for encrypting the session +in protocol version 1 Currently, .Dq blowfish , and @@ -640,7 +641,7 @@ Specifies the ciphers allowed for protocol version 2 in order of preference. Multiple ciphers must be comma-separated. The default is -.Dq 3des-cbc,blowfish-cbc,arcfour,cast128-cbc . +.Dq 3des-cbc,blowfish-cbc,cast128-cbc,arcfour . .It Cm Compression Specifies whether to use compression. The argument must be |