]> andersk Git - openssh.git/blob - README
Doc updates
[openssh.git] / README
1 This is a Linux 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.
6
7 This Linux port basically consists of a few fixes to deal with
8 the way that OpenSSL is usually installed on Linux systems, a few
9 replacements for OpenBSD library functions and the introduction of PAM
10 support. This version tracks changes made to the OpenBSD CVS version.
11
12 The PAM support is now more functional than the popular packages of
13 commercial ssh-1.2.x. It checks "account" and "session" modules for
14 all logins, not just when using password authentication. This code is
15 very new and needs further testing.
16
17 All new code is released under a XFree style license, which is very
18 liberal. Please refer to the source files for details. The code in
19 strlcpy.c and mktemp.c is from the OpenBSD project and has its own
20 license (again, see source file for details).
21
22 OpenSSH depends on Zlib[1], OpenSSL[2] and optionally PAM[3]. To build
23 the GNOME[1] passphrase requestor (--with-gnome-askpass), you will
24 need the GNOME libraries installed.
25
26 To build OpenSSH, use the configure script provided. For example:
27
28 ./configure --prefix=/opt/openssh
29 make
30 make install
31
32 Will install the OpenSSH binaries in /opt/openssh/bin, the 
33 configuration files in /opt/openssh/etc, and so forth.
34
35 Damien Miller <djm@ibs.com.au>
36 Internet Business Solutions
37
38
39 Credits - 
40
41 The OpenBSD team
42 'jonchen' - the original author of PAM support of SSH
43 Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
44 Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
45 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
46 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
47 Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
48
49 Miscellania - 
50
51 This version of SSH is based upon code retrieved from the OpenBSD CVS
52 repository on 1999-10-30 patched by Damien Miller <djm@ibs.com.au>,
53 which in turn was based on the last free version of SSH released by
54 Tatu Ylonen.
55
56 Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
57 is released under a X11-style license (see source file for details).
58
59 (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
60 under a X11-style license (see source file for details).
61
62 References -
63
64 [1] http://www.cdrom.com/pub/infozip/zlib/
65 [2] http://www.openssl.org/
66 [3] http://www.kernel.org/pub/linux/libs/pam/
This page took 0.057522 seconds and 5 git commands to generate.