]> andersk Git - openssh.git/blame - README
Doc fixes
[openssh.git] / README
CommitLineData
97784962 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
97784962 7This Linux port basically consists of a few fixes to deal with the way
8that OpenSSL is usually installed on Linux systems, a few replacements
69256d9d 9for OpenBSD library functions and the introduction of PAM support. This
10version 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
9010d60a 15very new and needs further testing.
8efc0c15 16
97784962 17All new code is released under a XFree style license, which is very
18liberal. This code is released with no warranties of any kind,
19neither I nor my employer (Internet Business Solutions) will take any
20responsibility for any loss, damage or liability arising from the use
21or abuse of this software. The code in strlcpy.c and mktemp.c is from
22the OpenBSD project and has its own license (see source file for
23details).
8efc0c15 24
e1a9c08d 25OpenSSH depends on Zlib[1], OpenSSL[2] and optionally PAM[3].
26It now uses autoconf to build thanks to Dan Brosemer <odin@linuxfreak.com>
8efc0c15 27
97784962 28Damien Miller <djm@ibs.com.au>
29Internet Business Solutions
8efc0c15 30
8efc0c15 31
97784962 32Credits -
8efc0c15 33
97784962 34The OpenBSD team
35'jonchen' - the original author of PAM support of SSH
36Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
37Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
38Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
8efc0c15 39
97784962 40Miscellania -
8efc0c15 41
97784962 42This version of SSH is based upon code retrieved from the OpenBSD CVS
69256d9d 43repository on 1999-10-30 patched by Damien Miller <djm@ibs.com.au>,
97784962 44which in turn was based on the last free version of SSH released by
45Tatu Ylonen.
8efc0c15 46
97784962 47Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
48is released under a X11-style license (see source file for details).
8efc0c15 49
97784962 50(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
51under a X11-style license (see source file for details).
8efc0c15 52
e1a9c08d 53References -
54
55[1] http://www.cdrom.com/pub/infozip/zlib/
56[2] http://www.openssl.org/
57[3] http://www.kernel.org/pub/linux/libs/pam/
This page took 0.056473 seconds and 5 git commands to generate.