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