diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-01 18:17:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-01 18:17:50 +0000 |
commit | 6ccebfddaac0721e378cde5ed1ab2d5dfc187ba3 (patch) | |
tree | 8d7ad2426866d75c48aaacb5fd2afe5b7c84d2d3 | |
parent | d50a15977e899bd05e9729c4c12e128a18c8eb21 (diff) |
s/IDEA/3DES/
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 0e67655a7ec..3ec8233048b 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.2 1999/09/26 22:30:06 deraadt Exp $ +.\" $Id: ssh-keygen.1,v 1.3 1999/10/01 18:17:49 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -101,7 +101,7 @@ the program is run, and is updated every time. Contains the RSA authentication identity of the user. This file should not be readable by anyone but the user. It is possible to specify a passphrase when generating the key; that passphrase will be -used to encrypt the private part of this file using IDEA. This file +used to encrypt the private part of this file using 3DES. This file is not automatically accessed by .Nm but it is offered as the default file for the private key. diff --git a/usr.bin/ssh/ssh.1 b/usr.bin/ssh/ssh.1 index 92ecb1e3529..f11a7538711 100644 --- a/usr.bin/ssh/ssh.1 +++ b/usr.bin/ssh/ssh.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 21:55:14 1995 ylo .\" -.\" $Id: ssh.1,v 1.7 1999/09/30 17:20:44 deraadt Exp $ +.\" $Id: ssh.1,v 1.8 1999/10/01 18:17:49 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SSH 1 @@ -769,7 +769,7 @@ Contains the RSA authentication identity of the user. This file contains sensitive data and should be readable by the user but not accessible by others. It is possible to specify a passphrase when generating the key; the passphrase will be used to encrypt the -sensitive part of this file using IDEA. +sensitive part of this file using 3DES. .It Pa $HOME/.ssh/identity.pub Contains the public key for authentication (public part of the identity file in human-readable form). The contents of this file |