- dtucker@cvs.openbsd.org 2009/10/24 00:48:34
[ssh-keygen.1] ssh-keygen now uses AES-128 for private keys
This commit is contained in:
parent
2f29a8caba
commit
199ee6ff07
|
@ -24,6 +24,9 @@
|
||||||
[sshconnect2.c]
|
[sshconnect2.c]
|
||||||
disallow a hostile server from checking jpake auth by sending an
|
disallow a hostile server from checking jpake auth by sending an
|
||||||
out-of-sequence success message. (doesn't affect code enabled by default)
|
out-of-sequence success message. (doesn't affect code enabled by default)
|
||||||
|
- dtucker@cvs.openbsd.org 2009/10/24 00:48:34
|
||||||
|
[ssh-keygen.1]
|
||||||
|
ssh-keygen now uses AES-128 for private keys
|
||||||
|
|
||||||
20091011
|
20091011
|
||||||
- (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
|
- (dtucker) [configure.ac sftp-client.c] Remove the gyrations required for
|
||||||
|
|
10
ssh-keygen.1
10
ssh-keygen.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.79 2008/07/24 23:55:30 sthen Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.80 2009/10/24 00:48:34 dtucker Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
.\" (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.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: July 24 2008 $
|
.Dd $Mdocdate: October 24 2009 $
|
||||||
.Dt SSH-KEYGEN 1
|
.Dt SSH-KEYGEN 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -393,7 +393,7 @@ Contains the protocol version 1 RSA authentication identity of the user.
|
||||||
This file should not be readable by anyone but the user.
|
This file should not be readable by anyone but the user.
|
||||||
It is possible to
|
It is possible to
|
||||||
specify a passphrase when generating the key; that passphrase will be
|
specify a passphrase when generating the key; that passphrase will be
|
||||||
used to encrypt the private part of this file using 3DES.
|
used to encrypt the private part of this file using 128-bit AES.
|
||||||
This file is not automatically accessed by
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
but it is offered as the default file for the private key.
|
||||||
|
@ -411,7 +411,7 @@ Contains the protocol version 2 DSA authentication identity of the user.
|
||||||
This file should not be readable by anyone but the user.
|
This file should not be readable by anyone but the user.
|
||||||
It is possible to
|
It is possible to
|
||||||
specify a passphrase when generating the key; that passphrase will be
|
specify a passphrase when generating the key; that passphrase will be
|
||||||
used to encrypt the private part of this file using 3DES.
|
used to encrypt the private part of this file using 128-bit AES.
|
||||||
This file is not automatically accessed by
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
but it is offered as the default file for the private key.
|
||||||
|
@ -429,7 +429,7 @@ Contains the protocol version 2 RSA authentication identity of the user.
|
||||||
This file should not be readable by anyone but the user.
|
This file should not be readable by anyone but the user.
|
||||||
It is possible to
|
It is possible to
|
||||||
specify a passphrase when generating the key; that passphrase will be
|
specify a passphrase when generating the key; that passphrase will be
|
||||||
used to encrypt the private part of this file using 3DES.
|
used to encrypt the private part of this file using 128-bit AES.
|
||||||
This file is not automatically accessed by
|
This file is not automatically accessed by
|
||||||
.Nm
|
.Nm
|
||||||
but it is offered as the default file for the private key.
|
but it is offered as the default file for the private key.
|
||||||
|
|
Loading…
Reference in New Issue