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 /usr.bin/ssh/ssh.1 | |
parent | d50a15977e899bd05e9729c4c12e128a18c8eb21 (diff) |
s/IDEA/3DES/
Diffstat (limited to 'usr.bin/ssh/ssh.1')
-rw-r--r-- | usr.bin/ssh/ssh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |