blob: 64769755dd10b47e10dd4c1d0a3c6ec7ddae9a40 [file] [log] [blame]
Damien Millerdadc0512000-11-29 12:51:14 +11001- A Japanese translation of this document and of the OpenSSH FAQ is
2- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
3- Thanks to HARUYAMA Seigo <haruyama@klab.org>
Damien Miller5a88b6e2000-03-07 22:40:57 +11004
Damien Miller6604fad2000-11-06 12:48:54 +11005This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
Damien Miller5bbbd361999-11-19 07:56:21 +11006Unices.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10007
Kevin Stevesbdb063d2001-02-24 09:00:23 +00008OpenSSH is based on the last free version of Tatu Ylonen's sample
9implementation with all patent-encumbered algorithms removed (to
10external libraries), all known security bugs fixed, new features
11reintroduced and many other clean-ups. OpenSSH has been created by
12Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
13and Dug Song. It has a homepage at http://www.openssh.com/
Damien Millerd4a8b7e1999-10-27 13:42:43 +100014
Damien Miller56825a11999-11-11 10:50:04 +110015This port consists of the re-introduction of autoconf support, PAM
Damien Miller0736c4d2001-01-25 10:51:46 +110016support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements
17for OpenBSD library functions that are (regrettably) absent from other
Kevin Stevesbdb063d2001-02-24 09:00:23 +000018unices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD
Damien Miller54057c22000-05-09 15:03:37 +100019and Irix. Support for AIX, SCO, NeXT and other Unices is underway.
20This version actively tracks changes in the OpenBSD CVS repository.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100021
Damien Miller5ffa6441999-10-30 11:30:35 +100022The PAM support is now more functional than the popular packages of
23commercial ssh-1.2.x. It checks "account" and "session" modules for
Damien Miller7df20e21999-11-12 16:06:47 +110024all logins, not just when using password authentication.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100025
Damien Miller0736c4d2001-01-25 10:51:46 +110026OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
Damien Miller74389c91999-11-09 15:03:01 +110027
Damien Millerf20c2aa2000-01-06 20:28:41 +110028There is now several mailing lists for this port of OpenSSH. Please
Damien Miller7b63b0f2000-05-20 15:41:26 +100029refer to http://www.openssh.com/list.html for details on how to join.
Damien Millera4195281999-11-12 14:11:10 +110030
Damien Millerf20c2aa2000-01-06 20:28:41 +110031Please send bug reports and patches to the mailing list
Damien Miller64681252000-06-26 13:01:33 +100032openssh-unix-dev@mindrot.org. The list is open to posting by
Damien Millerf20c2aa2000-01-06 20:28:41 +110033unsubscribed users.
Damien Miller6ae00d61999-12-14 15:43:03 +110034
Damien Miller86093322001-02-18 12:58:24 +110035If you are a citizen of an USA-embargoed country to which export of
36cryptographic products is restricted, then please refrain from sending
Damien Miller64681252000-06-26 13:01:33 +100037crypto-related code or patches to the list. We cannot accept them.
38Other code contribution are accepted, but please follow the OpenBSD
Damien Miller0736c4d2001-01-25 10:51:46 +110039style guidelines[6].
Damien Miller64681252000-06-26 13:01:33 +100040
Damien Millerb5f89271999-11-12 14:35:58 +110041Please refer to the INSTALL document for information on how to install
Damien Miller6604fad2000-11-06 12:48:54 +110042OpenSSH on your system. There are a number of differences between this
Damien Miller0736c4d2001-01-25 10:51:46 +110043port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
Damien Miller6604fad2000-11-06 12:48:54 +110044for details and general tips.
Damien Miller7df20e21999-11-12 16:06:47 +110045
Damien Millere95b52e2000-10-28 13:22:06 +110046Damien Miller <djm@mindrot.org>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100047
Damien Miller5ffa6441999-10-30 11:30:35 +100048Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100049
Kevin Stevesbdb063d2001-02-24 09:00:23 +000050This version of OpenSSH is based upon code retrieved from the OpenBSD
51CVS repository which in turn was based on the last free sample
52implementation released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100053
Damien Miller356a0b01999-11-08 15:30:59 +110054References -
55
Damien Miller6604fad2000-11-06 12:48:54 +110056[0] http://www.openssh.com/faq.html
Damien Miller56825a11999-11-11 10:50:04 +110057[1] http://www.lothar.com/tech/crypto/
Damien Miller0736c4d2001-01-25 10:51:46 +110058[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
Kevin Stevesc3ad02e2001-10-28 18:10:22 +000059[3] http://www.gzip.org/zlib/
Damien Miller0736c4d2001-01-25 10:51:46 +110060[4] http://www.openssl.org/
Kevin Stevesbdb063d2001-02-24 09:00:23 +000061[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
62 and HP-UX 11)
Damien Miller0736c4d2001-01-25 10:51:46 +110063[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
64[7] http://www.openssh.com/faq.html
Damien Millere9cf3572001-02-09 12:55:35 +110065
Kevin Stevesc3ad02e2001-10-28 18:10:22 +000066$Id: README,v 1.49 2001/10/28 18:10:23 stevesk Exp $