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