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