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