mirror of git://anongit.mindrot.org/openssh.git
- tedu@cvs.openbsd.org 2014/03/17 19:44:10
[ssh.1] old descriptions of des and blowfish are old. maybe ok deraadt
This commit is contained in:
parent
f0858de6e1
commit
eb1b7c514d
21
ssh.1
21
ssh.1
|
@ -33,8 +33,8 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.343 2013/12/07 11:58:46 naddy Exp $
|
.\" $OpenBSD: ssh.1,v 1.344 2014/03/17 19:44:10 tedu Exp $
|
||||||
.Dd $Mdocdate: December 7 2013 $
|
.Dd $Mdocdate: March 17 2014 $
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -154,23 +154,6 @@ The supported values are
|
||||||
.Dq blowfish ,
|
.Dq blowfish ,
|
||||||
and
|
and
|
||||||
.Dq des .
|
.Dq des .
|
||||||
.Ar 3des
|
|
||||||
(triple-des) is an encrypt-decrypt-encrypt triple with three different keys.
|
|
||||||
It is believed to be secure.
|
|
||||||
.Ar blowfish
|
|
||||||
is a fast block cipher; it appears very secure and is much faster than
|
|
||||||
.Ar 3des .
|
|
||||||
.Ar des
|
|
||||||
is only supported in the
|
|
||||||
.Nm
|
|
||||||
client for interoperability with legacy protocol 1 implementations
|
|
||||||
that do not support the
|
|
||||||
.Ar 3des
|
|
||||||
cipher.
|
|
||||||
Its use is strongly discouraged due to cryptographic weaknesses.
|
|
||||||
The default is
|
|
||||||
.Dq 3des .
|
|
||||||
.Pp
|
|
||||||
For protocol version 2,
|
For protocol version 2,
|
||||||
.Ar cipher_spec
|
.Ar cipher_spec
|
||||||
is a comma-separated list of ciphers
|
is a comma-separated list of ciphers
|
||||||
|
|
Loading…
Reference in New Issue