]> andersk Git - openssh.git/blame - README
- Merged OpenBSD CVS changes
[openssh.git] / README
CommitLineData
4f6716dc 1This is the Unix port of OpenBSD's excellent OpenSSH.
8efc0c15 2
97784962 3OpenSSH is based on the last free version of Tatu Ylonen's SSH with
4all patent-encumbered algorithms removed, all known security bugs
4ae1982f 5fixed, new features reintroduced and many other clean-ups. More
6information about SSH itself can be found in the file README.Ylonen.
f095fcc7 7OpenSSH has been created by Aaron Cambell, Bob Beck, Markus Friedl,
8Niels Provos, Theo de Raadt, and Dug Song.
8efc0c15 9
4f6716dc 10This port consists of the re-introduction of autoconf support, PAM
11support (for Linux and Solaris), EGD[1] support, and replacements for
12OpenBSD library functions that are (regrettably) absent from most
aa5cea8a 13other unices. This patch has been best tested on Linux, though some
14Solaris support is beginning to filter in. This version actively
4f6716dc 15tracks changes in the OpenBSD CVS repository.
8efc0c15 16
97784962 17The PAM support is now more functional than the popular packages of
18commercial ssh-1.2.x. It checks "account" and "session" modules for
4ae1982f 19all logins, not just when using password authentication.
8efc0c15 20
97784962 21All new code is released under a XFree style license, which is very
aa51e7cc 22liberal. Please refer to the source files for details. The code in
23strlcpy.c and mktemp.c is from the OpenBSD project and has its own
24license (again, see source file for details).
25
4f6716dc 26OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build
4ae1982f 27the GNOME[5] pass-phrase requester (--with-gnome-askpass), you will
4f6716dc 28need the GNOME libraries installed. If you are building OpenSSH on a
29Unix which lacks a kernel random number pool (/dev/random), you will
30need to install EGD[1].
aa51e7cc 31
4ae1982f 32There is now a mailing list for this port of OpenSSH. To
33subscribe, send a message consisting of the word 'SUBSCRIBE' to
34openssh-unix-dev-request@mindrot.org. This mailing list is intended
14a7628c 35for developers who wish to improve on this port or extend it to other
36Unices.
c6ab4a33 37
8bc7973f 38Please refer to the INSTALL document for information on how to install
39OpenSSH on your system.
8efc0c15 40
beb6e22d 41This patch is developed primarily on Linux, but I am including patches
4ae1982f 42which improve compatability with other unices. The beginnings of
43Solaris support have already been included.
44
97784962 45Damien Miller <djm@ibs.com.au>
46Internet Business Solutions
8efc0c15 47
97784962 48Credits -
8efc0c15 49
97784962 50The OpenBSD team
51'jonchen' - the original author of PAM support of SSH
52Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
97784962 53Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
d4f11b59 54Phil Hands <phil@hands.com> - Debian scripts, assorted patches
3e807d1e 55Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
4ae1982f 56Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
b2344d54 57Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
8c119fd0 58Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
8efc0c15 59
97784962 60Miscellania -
8efc0c15 61
97784962 62This version of SSH is based upon code retrieved from the OpenBSD CVS
4f080ebe 63repository on 1999-11-09 which in turn was based on the last free
64version of SSH released by Tatu Ylonen.
8efc0c15 65
4f080ebe 66Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999
67Internet Business Solutions and is released under a X11-style
68license (see source files for details).
8efc0c15 69
97784962 70(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
71under a X11-style license (see source file for details).
8efc0c15 72
e1a9c08d 73References -
74
4f6716dc 75[1] http://www.lothar.com/tech/crypto/
76[2] http://www.cdrom.com/pub/infozip/zlib/
77[3] http://www.openssl.org/
78[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
79[5] http://www.gnome.org/
4f080ebe 80
This page took 0.060869 seconds and 5 git commands to generate.