[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     cleanup AUTHORS sections
This commit is contained in:
Ben Lindstrom 2001-01-29 08:39:16 +00:00
parent eb930d4432
commit 8eec2c8f06
2 changed files with 10 additions and 33 deletions

View File

@ -5,7 +5,7 @@
[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 - markus@cvs.openbsd.org 2001/01/28 10:24:04
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1] [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
cleanup AUTHORS sections 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]

41
sshd.8
View File

@ -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: sshd.8,v 1.83 2001/01/19 16:48:14 markus Exp $ .\" $OpenBSD: sshd.8,v 1.84 2001/01/28 10:24:04 markus Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -1068,37 +1068,14 @@ machine-specific login-time initializations globally.
This file should be writable only by root, and should be world-readable. This file should be writable only by root, and should be world-readable.
.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 scp 1 , .Xr scp 1 ,
.Xr sftp-server 8 , .Xr sftp-server 8 ,