blob: b832652e142a0273894bd93313d8d4610151a7a8 [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
Damien Miller5ffa6441999-10-30 11:30:35 +10008OpenSSH is based on the last free version of Tatu Ylonen's SSH with
Damien Millerf20c2aa2000-01-06 20:28:41 +11009all patent-encumbered algorithms removed (to external libraries), all
10known security bugs fixed, new features reintroduced and many other
11clean-ups. More information about SSH itself can be found in the file
12README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
13Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
14homepage at http://www.openssh.com/
Damien Millerd4a8b7e1999-10-27 13:42:43 +100015
Damien Miller56825a11999-11-11 10:50:04 +110016This port consists of the re-introduction of autoconf support, PAM
Damien Miller54057c22000-05-09 15:03:37 +100017support (for Linux and Solaris), EGD[1] support and replacements for
18OpenBSD library functions that are (regrettably) absent from other
19unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD
20and Irix. Support for AIX, SCO, NeXT and other Unices is underway.
21This version actively tracks changes in the OpenBSD CVS repository.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100022
Damien Miller5ffa6441999-10-30 11:30:35 +100023The PAM support is now more functional than the popular packages of
24commercial ssh-1.2.x. It checks "account" and "session" modules for
Damien Miller7df20e21999-11-12 16:06:47 +110025all logins, not just when using password authentication.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100026
Damien Miller54057c22000-05-09 15:03:37 +100027OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4].
Damien Miller74389c91999-11-09 15:03:01 +110028
Damien Millerf20c2aa2000-01-06 20:28:41 +110029There is now several mailing lists for this port of OpenSSH. Please
Damien Miller7b63b0f2000-05-20 15:41:26 +100030refer to http://www.openssh.com/list.html for details on how to join.
Damien Millera4195281999-11-12 14:11:10 +110031
Damien Millerf20c2aa2000-01-06 20:28:41 +110032Please send bug reports and patches to the mailing list
Damien Miller64681252000-06-26 13:01:33 +100033openssh-unix-dev@mindrot.org. The list is open to posting by
Damien Millerf20c2aa2000-01-06 20:28:41 +110034unsubscribed users.
Damien Miller6ae00d61999-12-14 15:43:03 +110035
Damien Miller64681252000-06-26 13:01:33 +100036If you are a citizen of the USA or another country which restricts
37export of cryptographic products, then please refrain from sending
38crypto-related code or patches to the list. We cannot accept them.
39Other code contribution are accepted, but please follow the OpenBSD
40style guidelines[5].
41
Damien Millerb5f89271999-11-12 14:35:58 +110042Please refer to the INSTALL document for information on how to install
Damien Miller6604fad2000-11-06 12:48:54 +110043OpenSSH on your system. There are a number of differences between this
44port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[6]
45for details and general tips.
Damien Miller7df20e21999-11-12 16:06:47 +110046
Damien Millere95b52e2000-10-28 13:22:06 +110047Damien Miller <djm@mindrot.org>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100048
Damien Miller5ffa6441999-10-30 11:30:35 +100049Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100050
Damien Miller5ffa6441999-10-30 11:30:35 +100051This version of SSH is based upon code retrieved from the OpenBSD CVS
Damien Millerf20c2aa2000-01-06 20:28:41 +110052repository which in turn was based on the last free
Damien Millera5cec581999-11-09 15:05:11 +110053version of SSH released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100054
Damien Miller356a0b01999-11-08 15:30:59 +110055References -
56
Damien Miller6604fad2000-11-06 12:48:54 +110057[0] http://www.openssh.com/faq.html
Damien Miller56825a11999-11-11 10:50:04 +110058[1] http://www.lothar.com/tech/crypto/
Damien Miller7206ad12000-06-08 08:48:24 +100059[2] ftp://ftp.freesoftware.com/pub/infozip/zlib/
Damien Miller56825a11999-11-11 10:50:04 +110060[3] http://www.openssl.org/
61[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
Damien Miller64681252000-06-26 13:01:33 +100062[5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current
Damien Miller6604fad2000-11-06 12:48:54 +110063[6] http://www.openssh.com/faq.html