]> andersk Git - openssh.git/blame - README
Doc updates
[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
8efc0c15 38
97784962 39Credits -
8efc0c15 40
97784962 41The OpenBSD team
42'jonchen' - the original author of PAM support of SSH
43Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
44Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
45Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
d4f11b59 46Phil Hands <phil@hands.com> - Debian scripts, assorted patches
47Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
8efc0c15 48
97784962 49Miscellania -
8efc0c15 50
97784962 51This version of SSH is based upon code retrieved from the OpenBSD CVS
69256d9d 52repository on 1999-10-30 patched by Damien Miller <djm@ibs.com.au>,
97784962 53which in turn was based on the last free version of SSH released by
54Tatu Ylonen.
8efc0c15 55
97784962 56Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
57is released under a X11-style license (see source file for details).
8efc0c15 58
97784962 59(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
60under a X11-style license (see source file for details).
8efc0c15 61
e1a9c08d 62References -
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.066535 seconds and 5 git commands to generate.