blob: 91b8c68099b532fcb2905ba48ea6dba467412c1b [file] [log] [blame]
Damien Millerd4a8b7e1999-10-27 13:42:43 +10001This is a Linux port of OpenBSD's excellent OpenSSH.
2
Damien Miller29b5a591999-10-28 15:46:27 +10003OpenSSH 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.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10006
Damien Miller29b5a591999-10-28 15:46:27 +10007This Linux port basically consists of a few fixes to deal with the way
8that OpenSSL is usually installed on Linux systems, a few replacements
9for OpenBSD library functions and the introduction of partial PAM
10support.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100011
Damien Miller29b5a591999-10-28 15:46:27 +100012The 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).
Damien Millerd4a8b7e1999-10-27 13:42:43 +100017
Damien Miller29b5a591999-10-28 15:46:27 +100018All 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.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100023
Damien Miller29b5a591999-10-28 15:46:27 +100024OpenSSH depends on Zlib, OpenSSL and PAM and optionally libpwdb. It now
25uses autoconf to build thanks to Dan Brosemer <odin@linuxfreak.com>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100026
27Damien Miller <djm@ibs.com.au>
28Internet Business Solutions
29
30
31Credits -
32
33The OpenBSD team
34'jonchen' - the original author of PAM support of SSH
Damien Miller29b5a591999-10-28 15:46:27 +100035Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes
Damien Miller070f7a11999-10-29 10:29:29 +100036Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
37Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
Damien Millerd4a8b7e1999-10-27 13:42:43 +100038
39Miscellania -
40
41This version of SSH is based upon code retrieved from the OpenBSD CVS
Damien Miller34d0b611999-10-28 17:51:40 +100042repository on 1999-10-28 patched by Damien Miller <djm@ibs.com.au>,
Damien Miller29b5a591999-10-28 15:46:27 +100043which in turn was based on the last free version of SSH released by
44Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100045
46Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
47is released under a X11-style license (see source file for details).
48
49(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
50under a X11-style license (see source file for details).
51