diff options
Diffstat (limited to 'usr.bin/ssh/ssh-keygen.1')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 16 |
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 |