Darren Tucker | b216923 | 2005-03-09 14:32:28 +1100 | [diff] [blame] | 1 | See http://www.openssh.com/txt/release-4.0 for the release notes. |
Darren Tucker | 5ce131f | 2004-02-24 16:13:24 +1100 | [diff] [blame] | 2 | |
Damien Miller | a8e06ce | 2003-11-21 23:48:55 +1100 | [diff] [blame] | 3 | - A Japanese translation of this document and of the OpenSSH FAQ is |
Damien Miller | dadc051 | 2000-11-29 12:51:14 +1100 | [diff] [blame] | 4 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html |
Damien Miller | b063f01 | 2001-12-24 14:17:21 +1100 | [diff] [blame] | 5 | - Thanks to HARUYAMA Seigo <haruyama@unixuser.org> |
Damien Miller | 5a88b6e | 2000-03-07 22:40:57 +1100 | [diff] [blame] | 6 | |
Damien Miller | 6604fad | 2000-11-06 12:48:54 +1100 | [diff] [blame] | 7 | This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other |
Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 8 | Unices. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 9 | |
Kevin Steves | bdb063d | 2001-02-24 09:00:23 +0000 | [diff] [blame] | 10 | OpenSSH is based on the last free version of Tatu Ylonen's sample |
| 11 | implementation with all patent-encumbered algorithms removed (to |
| 12 | external libraries), all known security bugs fixed, new features |
| 13 | reintroduced and many other clean-ups. OpenSSH has been created by |
| 14 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, |
| 15 | and Dug Song. It has a homepage at http://www.openssh.com/ |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 16 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 17 | This port consists of the re-introduction of autoconf support, PAM |
Tim Rice | 5287902 | 2004-06-27 20:50:35 -0700 | [diff] [blame] | 18 | support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library |
| 19 | functions that are (regrettably) absent from other unices. This port |
| 20 | has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X, |
| 21 | NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare. |
| 22 | |
Damien Miller | 54057c2 | 2000-05-09 15:03:37 +1000 | [diff] [blame] | 23 | This version actively tracks changes in the OpenBSD CVS repository. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 24 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 25 | The PAM support is now more functional than the popular packages of |
| 26 | commercial ssh-1.2.x. It checks "account" and "session" modules for |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 27 | all logins, not just when using password authentication. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 28 | |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 29 | OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5]. |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 30 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 31 | There is now several mailing lists for this port of OpenSSH. Please |
Damien Miller | 7b63b0f | 2000-05-20 15:41:26 +1000 | [diff] [blame] | 32 | refer to http://www.openssh.com/list.html for details on how to join. |
Damien Miller | a419528 | 1999-11-12 14:11:10 +1100 | [diff] [blame] | 33 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 34 | Please send bug reports and patches to the mailing list |
Damien Miller | 6468125 | 2000-06-26 13:01:33 +1000 | [diff] [blame] | 35 | openssh-unix-dev@mindrot.org. The list is open to posting by |
Damien Miller | a763105 | 2004-08-14 10:26:30 +1000 | [diff] [blame] | 36 | unsubscribed users.Code contribution are welcomed, but please follow the |
| 37 | OpenBSD style guidelines[6]. |
Damien Miller | 6468125 | 2000-06-26 13:01:33 +1000 | [diff] [blame] | 38 | |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 39 | Please refer to the INSTALL document for information on how to install |
Damien Miller | a8e06ce | 2003-11-21 23:48:55 +1100 | [diff] [blame] | 40 | OpenSSH on your system. There are a number of differences between this |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 41 | port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7] |
Damien Miller | 6604fad | 2000-11-06 12:48:54 +1100 | [diff] [blame] | 42 | for details and general tips. |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 43 | |
Damien Miller | e95b52e | 2000-10-28 13:22:06 +1100 | [diff] [blame] | 44 | Damien Miller <djm@mindrot.org> |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 45 | |
Damien Miller | a8e06ce | 2003-11-21 23:48:55 +1100 | [diff] [blame] | 46 | Miscellania - |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 47 | |
Kevin Steves | bdb063d | 2001-02-24 09:00:23 +0000 | [diff] [blame] | 48 | This version of OpenSSH is based upon code retrieved from the OpenBSD |
| 49 | CVS repository which in turn was based on the last free sample |
| 50 | implementation released by Tatu Ylonen. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 51 | |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 52 | References - |
| 53 | |
Damien Miller | 6604fad | 2000-11-06 12:48:54 +1100 | [diff] [blame] | 54 | [0] http://www.openssh.com/faq.html |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 55 | [1] http://www.lothar.com/tech/crypto/ |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 56 | [2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html |
Kevin Steves | c3ad02e | 2001-10-28 18:10:22 +0000 | [diff] [blame] | 57 | [3] http://www.gzip.org/zlib/ |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 58 | [4] http://www.openssl.org/ |
Kevin Steves | bdb063d | 2001-02-24 09:00:23 +0000 | [diff] [blame] | 59 | [5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris |
| 60 | and HP-UX 11) |
Damien Miller | 0736c4d | 2001-01-25 10:51:46 +1100 | [diff] [blame] | 61 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 |
| 62 | [7] http://www.openssh.com/faq.html |
Damien Miller | e9cf357 | 2001-02-09 12:55:35 +1100 | [diff] [blame] | 63 | |
Darren Tucker | b216923 | 2005-03-09 14:32:28 +1100 | [diff] [blame] | 64 | $Id: README,v 1.57 2005/03/09 03:32:28 dtucker Exp $ |