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