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