diff options
Diffstat (limited to 'usr.bin/ssh/ssh-add.1')
-rw-r--r-- | usr.bin/ssh/ssh-add.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.1 b/usr.bin/ssh/ssh-add.1 index fa18f90efa7..b4e18edc220 100644 --- a/usr.bin/ssh/ssh-add.1 +++ b/usr.bin/ssh/ssh-add.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-add.1,v 1.2 1999/09/26 22:30:06 deraadt Exp $ +.\" $Id: ssh-add.1,v 1.3 1999/10/02 13:10:26 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SSH-ADD 1 @@ -82,8 +82,20 @@ may be necessary to redirect the input from to make this work.) .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-agent 1 , .Xr ssh-keygen 1 , -.Xr sshd 8 +.Xr sshd 8 , +.Xr ssl 8 |