diff options
author | 1999-10-17 00:31:06 +0000 | |
---|---|---|
committer | 1999-10-17 00:31:06 +0000 | |
commit | b35d07707d8f3ba15633776443c3f228362b0f88 (patch) | |
tree | 614d2517b250721a9468b9ee932dc63ed1e7ed4b /usr.bin/ssh/ssh-agent.1 | |
parent | mention OpenSSH, plus added features. (diff) | |
download | wireguard-openbsd-b35d07707d8f3ba15633776443c3f228362b0f88.tar.xz wireguard-openbsd-b35d07707d8f3ba15633776443c3f228362b0f88.zip |
update trailer, and copy to other pages
Diffstat (limited to 'usr.bin/ssh/ssh-agent.1')
-rw-r--r-- | usr.bin/ssh/ssh-agent.1 | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/usr.bin/ssh/ssh-agent.1 b/usr.bin/ssh/ssh-agent.1 index a764d31b5c0..286c9d94d61 100644 --- a/usr.bin/ssh/ssh-agent.1 +++ b/usr.bin/ssh/ssh-agent.1 @@ -9,7 +9,7 @@ .\" .\" Created: Sat Apr 23 20:10:43 1995 ylo .\" -.\" $Id: ssh-agent.1,v 1.5 1999/10/16 20:47:14 markus Exp $ +.\" $Id: ssh-agent.1,v 1.6 1999/10/17 00:31:06 deraadt Exp $ .\" .Dd September 25, 1999 .Dt SSH-AGENT 1 @@ -90,14 +90,30 @@ exits. .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 +OpenSSH +is a derivative of the original (free) ssh 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. This version +of OpenSSH +.Bl -bullet +.It +has all components of a restrictive nature (ie. patents, see +.Xr ssl 8 ) +directly removed from the source code; any licensed or patented components +are chosen from +external libraries. +.It +has been updated to support ssh protocol 1.5. +.It +contains added support for +.Xr kerberos 8 +authentication and ticket passing. +.It +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 |