]> 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 Credits - 
39
40 The OpenBSD team
41 'jonchen' - the original author of PAM support of SSH
42 Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
43 Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
44 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
45 Phil Hands <phil@hands.com> - Debian scripts, assorted patches
46 Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
47
48 Miscellania - 
49
50 This version of SSH is based upon code retrieved from the OpenBSD CVS
51 repository on 1999-11-09 which in turn was based on the last free 
52 version of SSH released by Tatu Ylonen.
53
54 Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999 
55 Internet Business Solutions and is released under a X11-style 
56 license (see source files for details).
57
58 (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
59 under a X11-style license (see source file for details).
60
61 References -
62
63 [1] http://www.cdrom.com/pub/infozip/zlib/
64 [2] http://www.openssl.org/
65 [3] http://www.kernel.org/pub/linux/libs/pam/
66 [4] http://www.gnome.org/
67
This page took 0.147719 seconds and 5 git commands to generate.