diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-20 23:27:27 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-20 23:27:27 +1000 |
commit | cfabe86720363e109d87f8e9d54b364ef64c57c8 (patch) | |
tree | f219fc65f8c5f05a723e164a2de75b526029da32 /ssh-keygen.1 | |
parent | d0cff3ecc49204c03c06428f7b779b8a18c0486f (diff) |
- Debian bug #55910 - remove references to ssl(8) manpages
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r-- | ssh-keygen.1 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index c8d18b03..b809a1a5 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 22 23:55:14 1995 ylo .\" -.\" $Id: ssh-keygen.1,v 1.11 2000/04/13 02:26:37 damien Exp $ +.\" $Id: ssh-keygen.1,v 1.12 2000/04/20 13:27:27 damien Exp $ .\" .Dd September 25, 1999 .Dt SSH-KEYGEN 1 @@ -142,8 +142,7 @@ newer versions bore successively more restrictive licenses. This version of OpenSSH .Bl -bullet .It -has all components of a restrictive nature (i.e., patents, see -.Xr ssl 8 ) +has all components of a restrictive nature (i.e., patents) directly removed from the source code; any licensed or patented components are chosen from external libraries. @@ -157,13 +156,8 @@ authentication and ticket passing. supports one-time password authentication with .Xr skey 1 . .El -.Pp -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 ssl 8 |