]> andersk Git - openssh.git/blame - README
Prepare for V_1_2_1_PRE25
[openssh.git] / README
CommitLineData
06479889 1This is the port of OpenBSD's excellent OpenSSH to Linux and other
2Unices.
8efc0c15 3
97784962 4OpenSSH is based on the last free version of Tatu Ylonen's SSH with
5all patent-encumbered algorithms removed, all known security bugs
4ae1982f 6fixed, new features reintroduced and many other clean-ups. More
7information about SSH itself can be found in the file README.Ylonen.
0c16a097 8OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl,
2bd61362 9Niels Provos, Theo de Raadt, and Dug Song. It has a homepage at
10http://www.openssh.com/
8efc0c15 11
4f6716dc 12This port consists of the re-introduction of autoconf support, PAM
beb43d31 13support (for Linux and Solaris), EGD[1] support, and replacements
14for OpenBSD library functions that are (regrettably) absent from
d94aa2ae 15other unices. This port has been best tested on Linux, Solaris and
16HPUX, though support for AIX and Irix is underway. This version
0bc5b6fb 17actively tracks changes in the OpenBSD CVS repository. This port
18also has optional support for using the Dante SOCKS library[6],
19version 1.1.1pre1 or later.
8efc0c15 20
97784962 21The PAM support is now more functional than the popular packages of
22commercial ssh-1.2.x. It checks "account" and "session" modules for
4ae1982f 23all logins, not just when using password authentication.
8efc0c15 24
97784962 25All new code is released under a XFree style license, which is very
aa51e7cc 26liberal. Please refer to the source files for details. The code in
beb43d31 27bsd-*.[ch] is from the OpenBSD project and has its own license (again,
28see the source files for details).
aa51e7cc 29
0bc5b6fb 30OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and
31Dante[6]. To build the GNOME[5] pass-phrase requester
32(--with-gnome-askpass), you will need the GNOME libraries installed.
33If you are building OpenSSH on a Unix which lacks a kernel random
34number pool (/dev/random), you will need to install EGD[1].
aa51e7cc 35
4ae1982f 36There is now a mailing list for this port of OpenSSH. To
37subscribe, send a message consisting of the word 'SUBSCRIBE' to
38openssh-unix-dev-request@mindrot.org. This mailing list is intended
14a7628c 39for developers who wish to improve on this port or extend it to other
40Unices.
c6ab4a33 41
7303768f 42Please send bug reports to the mailing list, or to myself
43(djm@ibs.com.au).
44
8bc7973f 45Please refer to the INSTALL document for information on how to install
46OpenSSH on your system.
8efc0c15 47
beb6e22d 48This patch is developed primarily on Linux, but I am including patches
4ae1982f 49which improve compatability with other unices. The beginnings of
50Solaris support have already been included.
51
97784962 52Damien Miller <djm@ibs.com.au>
53Internet Business Solutions
8efc0c15 54
8efc0c15 55
97784962 56Miscellania -
8efc0c15 57
97784962 58This version of SSH is based upon code retrieved from the OpenBSD CVS
4f080ebe 59repository on 1999-11-09 which in turn was based on the last free
60version of SSH released by Tatu Ylonen.
8efc0c15 61
5ab44a92 62Code in bsd-misc.[ch] and gnome-ssh-askpass.c is Copyright 1999
4f080ebe 63Internet Business Solutions and is released under a X11-style
64license (see source files for details).
8efc0c15 65
97784962 66(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
67under a X11-style license (see source file for details).
8efc0c15 68
e1a9c08d 69References -
70
4f6716dc 71[1] http://www.lothar.com/tech/crypto/
72[2] http://www.cdrom.com/pub/infozip/zlib/
73[3] http://www.openssl.org/
74[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
75[5] http://www.gnome.org/
0bc5b6fb 76[6] http://www.inet.no/dante
4f080ebe 77
This page took 0.176823 seconds and 5 git commands to generate.