Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 1 | This is the port of OpenBSD's excellent OpenSSH to Linux and other |
| 2 | Unices. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 3 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 4 | OpenSSH is based on the last free version of Tatu Ylonen's SSH with |
| 5 | all patent-encumbered algorithms removed, all known security bugs |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 6 | fixed, new features reintroduced and many other clean-ups. More |
| 7 | information about SSH itself can be found in the file README.Ylonen. |
Damien Miller | 6ee9564 | 1999-11-18 11:35:13 +1100 | [diff] [blame] | 8 | OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl, |
Damien Miller | 81428f9 | 1999-11-18 09:28:11 +1100 | [diff] [blame] | 9 | Niels Provos, Theo de Raadt, and Dug Song. It has a homepage at |
| 10 | http://www.openssh.com/ |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 11 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 12 | This port consists of the re-introduction of autoconf support, PAM |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 13 | support (for Linux and Solaris), EGD[1] support, and replacements |
| 14 | for OpenBSD library functions that are (regrettably) absent from |
| 15 | other unices. This port has been best tested on Linux, though some |
Damien Miller | 44b4e49 | 1999-11-15 10:04:28 +1100 | [diff] [blame] | 16 | Solaris support is beginning to filter in. This version actively |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 17 | tracks changes in the OpenBSD CVS repository. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 18 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 19 | The PAM support is now more functional than the popular packages of |
| 20 | commercial ssh-1.2.x. It checks "account" and "session" modules for |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 21 | all logins, not just when using password authentication. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 22 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 23 | All new code is released under a XFree style license, which is very |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 24 | liberal. Please refer to the source files for details. The code in |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 25 | bsd-*.[ch] is from the OpenBSD project and has its own license (again, |
| 26 | see the source files for details). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 27 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 28 | OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 29 | the GNOME[5] pass-phrase requester (--with-gnome-askpass), you will |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 30 | need the GNOME libraries installed. If you are building OpenSSH on a |
| 31 | Unix which lacks a kernel random number pool (/dev/random), you will |
| 32 | need to install EGD[1]. |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 33 | |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 34 | There is now a mailing list for this port of OpenSSH. To |
| 35 | subscribe, send a message consisting of the word 'SUBSCRIBE' to |
| 36 | openssh-unix-dev-request@mindrot.org. This mailing list is intended |
Damien Miller | d743bba | 1999-11-16 13:45:26 +1100 | [diff] [blame] | 37 | for developers who wish to improve on this port or extend it to other |
| 38 | Unices. |
Damien Miller | a419528 | 1999-11-12 14:11:10 +1100 | [diff] [blame] | 39 | |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 40 | Please refer to the INSTALL document for information on how to install |
| 41 | OpenSSH on your system. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 42 | |
Damien Miller | e116a26 | 1999-11-15 09:25:59 +1100 | [diff] [blame] | 43 | This patch is developed primarily on Linux, but I am including patches |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 44 | which improve compatability with other unices. The beginnings of |
| 45 | Solaris support have already been included. |
| 46 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 47 | Damien Miller <djm@ibs.com.au> |
| 48 | Internet Business Solutions |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 49 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 50 | Credits - |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 51 | |
Damien Miller | 6ee9564 | 1999-11-18 11:35:13 +1100 | [diff] [blame] | 52 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, |
Damien Miller | 81428f9 | 1999-11-18 09:28:11 +1100 | [diff] [blame] | 53 | Theo de Raadt, and Dug Song - Creators of OpenSSH |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 54 | 'jonchen' - the original author of PAM support of SSH |
Damien Miller | d71b12e | 1999-11-22 15:24:34 +1100 | [diff] [blame] | 55 | Ben Taylor <bent@clark.net> - Solaris debugging and fixes |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 56 | Chip Salzenberg <chip@valinux.com> - Assorted patches |
Damien Miller | 294df78 | 1999-11-23 10:11:29 +1100 | [diff] [blame] | 57 | Chris Saia <csaia@wtower.com> - SuSE packaging |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 58 | Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts |
Damien Miller | 3668206 | 1999-11-15 17:19:24 +1100 | [diff] [blame] | 59 | Jim Knoble <jmknoble@pobox.com> - RPM spec file fixes |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 60 | Marc G. Fournier <marc.fournier@acadiau.ca> - Solaris patches |
| 61 | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch |
| 62 | Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches |
| 63 | Phil Hands <phil@hands.com> - Debian scripts, assorted patches |
| 64 | Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords |
Damien Miller | c096727 | 1999-11-19 15:53:50 +1100 | [diff] [blame] | 65 | Tudor Bosman <tudorb@jm.nu> - MD5 password support |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 66 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 67 | Miscellania - |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 68 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 69 | This version of SSH is based upon code retrieved from the OpenBSD CVS |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 70 | repository on 1999-11-09 which in turn was based on the last free |
| 71 | version of SSH released by Tatu Ylonen. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 72 | |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 73 | Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999 |
| 74 | Internet Business Solutions and is released under a X11-style |
| 75 | license (see source files for details). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 76 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 77 | (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is |
| 78 | under a X11-style license (see source file for details). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 79 | |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 80 | References - |
| 81 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 82 | [1] http://www.lothar.com/tech/crypto/ |
| 83 | [2] http://www.cdrom.com/pub/infozip/zlib/ |
| 84 | [3] http://www.openssl.org/ |
| 85 | [4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris) |
| 86 | [5] http://www.gnome.org/ |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 87 | |