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