- markus@cvs.openbsd.org 2001/01/28 10:24:04
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1] cleanup AUTHORS sections
This commit is contained in:
parent
91fd62af63
commit
035782e712
|
@ -4,6 +4,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/01/28 10:15:34
|
- markus@cvs.openbsd.org 2001/01/28 10:15:34
|
||||||
[dispatch.c]
|
[dispatch.c]
|
||||||
re-keying is not supported; ok deraadt@
|
re-keying is not supported; ok deraadt@
|
||||||
|
- markus@cvs.openbsd.org 2001/01/28 10:24:04
|
||||||
|
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1]
|
||||||
|
cleanup AUTHORS sections
|
||||||
- markus@cvs.openbsd.org 2001/01/28 10:37:26
|
- markus@cvs.openbsd.org 2001/01/28 10:37:26
|
||||||
[sshd.c]
|
[sshd.c]
|
||||||
remove -Q, no longer needed
|
remove -Q, no longer needed
|
||||||
|
@ -26,6 +29,7 @@
|
||||||
sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
|
sshconnect.h sshd_config tildexpand.h uidswap.h uuencode.h]
|
||||||
$OpenBSD$
|
$OpenBSD$
|
||||||
|
|
||||||
|
|
||||||
20010126
|
20010126
|
||||||
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
|
- (bal) SSH_PROGRAM vs _PATH_SSH_PROGRAM fix pointed out by Roumen
|
||||||
Petrov <roumen.petrov@skalasoft.com>
|
Petrov <roumen.petrov@skalasoft.com>
|
||||||
|
|
33
ssh-add.1
33
ssh-add.1
|
@ -119,31 +119,14 @@ may be necessary to redirect the input from
|
||||||
to make this work.)
|
to make this work.)
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
Tatu Ylonen <ylo@cs.hut.fi>
|
OpenSSH is a derivative of the original and free
|
||||||
.Pp
|
ssh 1.2.12 release by Tatu Ylonen.
|
||||||
OpenSSH
|
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
|
||||||
is a derivative of the original (free) ssh 1.2.12 release, but with bugs
|
Theo de Raadt and Dug Song
|
||||||
removed and newer features re-added.
|
removed many bugs, re-added newer features and
|
||||||
Rapidly after the 1.2.12 release,
|
created OpenSSH.
|
||||||
newer versions bore successively more restrictive licenses.
|
Markus Friedl contributed the support for SSH
|
||||||
This version of OpenSSH
|
protocol versions 1.5 and 2.0.
|
||||||
.Bl -bullet
|
|
||||||
.It
|
|
||||||
has all components of a restrictive nature (i.e., patents, see
|
|
||||||
.Xr crypto 3 )
|
|
||||||
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
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
.Xr ssh-agent 1 ,
|
.Xr ssh-agent 1 ,
|
||||||
|
|
35
ssh-agent.1
35
ssh-agent.1
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-agent.1,v 1.19 2000/11/15 20:09:01 markus Exp $
|
.\" $OpenBSD: ssh-agent.1,v 1.20 2001/01/28 10:24:04 markus Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -161,31 +161,14 @@ These sockets should only be readable by the owner.
|
||||||
The sockets should get automatically removed when the agent exits.
|
The sockets should get automatically removed when the agent exits.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
Tatu Ylonen <ylo@cs.hut.fi>
|
OpenSSH is a derivative of the original and free
|
||||||
.Pp
|
ssh 1.2.12 release by Tatu Ylonen.
|
||||||
OpenSSH
|
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
|
||||||
is a derivative of the original (free) ssh 1.2.12 release, but with bugs
|
Theo de Raadt and Dug Song
|
||||||
removed and newer features re-added.
|
removed many bugs, re-added newer features and
|
||||||
Rapidly after the 1.2.12 release,
|
created OpenSSH.
|
||||||
newer versions bore successively more restrictive licenses.
|
Markus Friedl contributed the support for SSH
|
||||||
This version of OpenSSH
|
protocol versions 1.5 and 2.0.
|
||||||
.Bl -bullet
|
|
||||||
.It
|
|
||||||
has all components of a restrictive nature (i.e., 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
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
.Xr ssh-add 1 ,
|
.Xr ssh-add 1 ,
|
||||||
|
|
33
ssh-keygen.1
33
ssh-keygen.1
|
@ -223,31 +223,14 @@ where you wish to log in using public key authentication.
|
||||||
There is no need to keep the contents of this file secret.
|
There is no need to keep the contents of this file secret.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
Tatu Ylonen <ylo@cs.hut.fi>
|
OpenSSH is a derivative of the original and free
|
||||||
.Pp
|
ssh 1.2.12 release by Tatu Ylonen.
|
||||||
OpenSSH
|
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
|
||||||
is a derivative of the original (free) ssh 1.2.12 release, but with bugs
|
Theo de Raadt and Dug Song
|
||||||
removed and newer features re-added.
|
removed many bugs, re-added newer features and
|
||||||
Rapidly after the 1.2.12 release,
|
created OpenSSH.
|
||||||
newer versions bore successively more restrictive licenses.
|
Markus Friedl contributed the support for SSH
|
||||||
This version of OpenSSH
|
protocol versions 1.5 and 2.0.
|
||||||
.Bl -bullet
|
|
||||||
.It
|
|
||||||
has all components of a restrictive nature (i.e., patents, see
|
|
||||||
.Xr crypto 3 )
|
|
||||||
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
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr ssh 1 ,
|
.Xr ssh 1 ,
|
||||||
.Xr ssh-add 1 ,
|
.Xr ssh-add 1 ,
|
||||||
|
|
41
ssh.1
41
ssh.1
|
@ -34,7 +34,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" $OpenBSD: ssh.1,v 1.77 2001/01/18 16:20:22 markus Exp $
|
.\" $OpenBSD: ssh.1,v 1.78 2001/01/28 10:24:04 markus Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH 1
|
.Dt SSH 1
|
||||||
.Os
|
.Os
|
||||||
|
@ -1241,37 +1241,14 @@ A version of this library which includes support for the RSA algorithm
|
||||||
is required for proper operation.
|
is required for proper operation.
|
||||||
.El
|
.El
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
OpenSSH
|
OpenSSH is a derivative of the original and free
|
||||||
is a derivative of the original (free) ssh 1.2.12 release by Tatu Ylonen,
|
ssh 1.2.12 release by Tatu Ylonen.
|
||||||
but with bugs removed and newer features re-added.
|
Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos,
|
||||||
Rapidly after the
|
Theo de Raadt and Dug Song
|
||||||
1.2.12 release, newer versions of the original ssh bore successively
|
removed many bugs, re-added newer features and
|
||||||
more restrictive licenses, and thus demand for a free version was born.
|
created OpenSSH.
|
||||||
.Pp
|
Markus Friedl contributed the support for SSH
|
||||||
This version of OpenSSH
|
protocol versions 1.5 and 2.0.
|
||||||
.Bl -bullet
|
|
||||||
.It
|
|
||||||
has all components of a restrictive nature (i.e., 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 and 2, making it compatible with
|
|
||||||
all other SSH clients and servers.
|
|
||||||
.It
|
|
||||||
contains added support for
|
|
||||||
.Xr kerberos 8
|
|
||||||
authentication and ticket passing.
|
|
||||||
.It
|
|
||||||
supports one-time password authentication with
|
|
||||||
.Xr skey 1 .
|
|
||||||
.El
|
|
||||||
.Pp
|
|
||||||
OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl,
|
|
||||||
Niels Provos, Theo de Raadt, and Dug Song.
|
|
||||||
.Pp
|
|
||||||
The support for SSH protocol 2 was written by Markus Friedl.
|
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr rlogin 1 ,
|
.Xr rlogin 1 ,
|
||||||
.Xr rsh 1 ,
|
.Xr rsh 1 ,
|
||||||
|
|
Loading…
Reference in New Issue