summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keygen.1
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-02 13:10:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-02 13:10:27 +0000
commitaeee1df82c1af928f230937f71de8c0d0999fa1c (patch)
tree57d4fa8fbc43c263c05d7f496b00a702640a7966 /usr.bin/ssh/ssh-keygen.1
parente13815e9ba32aa31ba9b8f3806af29f13191bf27 (diff)
detail how we manage to not include RSA, and point people at ssl(8)
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.1')
-rw-r--r--usr.bin/ssh/ssh-keygen.116
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1
index 3ec8233048b..4fe1de3c073 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.3 1999/10/01 18:17:49 deraadt Exp $
+.\" $Id: ssh-keygen.1,v 1.4 1999/10/02 13:10:26 deraadt Exp $
.\"
.Dd September 25, 1999
.Dt SSH-KEYGEN 1
@@ -114,8 +114,20 @@ where you wish to log in using RSA authentication. There is no
need to keep the contents of this file secret.
.Sh AUTHOR
Tatu Ylonen <ylo@cs.hut.fi>
+.Pp
+This version of
+.Nm
+is a derivative of the original 1.2.12 release, but with bugs removed and
+newer features re-added. Rapidly after the 1.2.12 release, newer versions
+bore successively more restrictive licenses. In this version, all components
+of a restrictive nature (ie. patents) have been directly removed from the
+source code; any licensed or patented components are chosen from external
+libraries. The libraries described in
+.Xr ssl 8
+are required for proper operation.
.Sh SEE ALSO
.Xr ssh 1 ,
.Xr ssh-add 1 ,
.Xr ssh-agent 1,
-.Xr sshd 8
+.Xr sshd 8 ,
+.Xr ssl 8