]> andersk Git - openssh.git/blob - README
- Added SuSE package files from Chris Saia <csaia@wtower.com>
[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 refer to the INSTALL document for information on how to install
41 OpenSSH on your system.
42
43 This patch is developed primarily on Linux, but I am including patches
44 which improve compatability with other unices. The beginnings of
45 Solaris support have already been included.
46
47 Damien Miller <djm@ibs.com.au>
48 Internet Business Solutions
49
50 Credits - 
51
52 Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, 
53 Theo de Raadt, and Dug Song - Creators of OpenSSH
54 'jonchen' - the original author of PAM support of SSH
55 Ben Taylor <bent@clark.net> - Solaris debugging and fixes
56 Chip Salzenberg <chip@valinux.com> - Assorted patches
57 Chris Saia <csaia@wtower.com> - SuSE packaging
58 Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
59 Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes
60 Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches
61 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
62 Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
63 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
64 Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
65 Tudor Bosman <tudorb@jm.nu> - MD5 password support
66
67 Miscellania - 
68
69 This version of SSH is based upon code retrieved from the OpenBSD CVS
70 repository on 1999-11-09 which in turn was based on the last free 
71 version of SSH released by Tatu Ylonen.
72
73 Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999 
74 Internet Business Solutions and is released under a X11-style 
75 license (see source files for details).
76
77 (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
78 under a X11-style license (see source file for details).
79
80 References -
81
82 [1] http://www.lothar.com/tech/crypto/
83 [2] http://www.cdrom.com/pub/infozip/zlib/
84 [3] http://www.openssl.org/
85 [4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
86 [5] http://www.gnome.org/
87
This page took 0.05187 seconds and 5 git commands to generate.