]> andersk Git - openssh.git/blame - README
- Added (untested) Entropy Gathering Daemon (EGD) support
[openssh.git] / README
CommitLineData
aa51e7cc 1This is a Linux port of OpenBSD's excellent OpenSSH.
8efc0c15 2
97784962 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.
8efc0c15 6
aa51e7cc 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.
8efc0c15 11
97784962 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
aa51e7cc 15very new and needs further testing.
8efc0c15 16
97784962 17All new code is released under a XFree style license, which is very
aa51e7cc 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.
8efc0c15 34
97784962 35Damien Miller <djm@ibs.com.au>
36Internet Business Solutions
8efc0c15 37
97784962 38Credits -
8efc0c15 39
97784962 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
d4f11b59 45Phil Hands <phil@hands.com> - Debian scripts, assorted patches
46Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
8efc0c15 47
97784962 48Miscellania -
8efc0c15 49
97784962 50This version of SSH is based upon code retrieved from the OpenBSD CVS
4f080ebe 51repository on 1999-11-09 which in turn was based on the last free
52version of SSH released by Tatu Ylonen.
8efc0c15 53
4f080ebe 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).
8efc0c15 57
97784962 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).
8efc0c15 60
e1a9c08d 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/
4f080ebe 66[4] http://www.gnome.org/
67
This page took 0.0886130000000001 seconds and 5 git commands to generate.