diff options
author | Damien Miller <djm@mindrot.org> | 2014-04-20 13:02:26 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-04-20 13:02:26 +1000 |
commit | eb1b7c514d2a7b1802ccee8cd50e565a4d419887 (patch) | |
tree | f815baa96f63313b8ff3838019dd0054ed271b66 | |
parent | f0858de6e1324ec730752387074b111b8551081e (diff) |
- tedu@cvs.openbsd.org 2014/03/17 19:44:10
[ssh.1]
old descriptions of des and blowfish are old. maybe ok deraadt
-rw-r--r-- | ssh.1 | 21 |
1 files changed, 2 insertions, 19 deletions
@@ -33,8 +33,8 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh.1,v 1.343 2013/12/07 11:58:46 naddy Exp $ | 36 | .\" $OpenBSD: ssh.1,v 1.344 2014/03/17 19:44:10 tedu Exp $ |
37 | .Dd $Mdocdate: December 7 2013 $ | 37 | .Dd $Mdocdate: March 17 2014 $ |
38 | .Dt SSH 1 | 38 | .Dt SSH 1 |
39 | .Os | 39 | .Os |
40 | .Sh NAME | 40 | .Sh NAME |
@@ -154,23 +154,6 @@ The supported values are | |||
154 | .Dq blowfish , | 154 | .Dq blowfish , |
155 | and | 155 | and |
156 | .Dq des . | 156 | .Dq des . |
157 | .Ar 3des | ||
158 | (triple-des) is an encrypt-decrypt-encrypt triple with three different keys. | ||
159 | It is believed to be secure. | ||
160 | .Ar blowfish | ||
161 | is a fast block cipher; it appears very secure and is much faster than | ||
162 | .Ar 3des . | ||
163 | .Ar des | ||
164 | is only supported in the | ||
165 | .Nm | ||
166 | client for interoperability with legacy protocol 1 implementations | ||
167 | that do not support the | ||
168 | .Ar 3des | ||
169 | cipher. | ||
170 | Its use is strongly discouraged due to cryptographic weaknesses. | ||
171 | The default is | ||
172 | .Dq 3des . | ||
173 | .Pp | ||
174 | For protocol version 2, | 157 | For protocol version 2, |
175 | .Ar cipher_spec | 158 | .Ar cipher_spec |
176 | is a comma-separated list of ciphers | 159 | is a comma-separated list of ciphers |