blob: c889841088c57673bf3a91f4bcc2ea634350cdef [file] [log] [blame]
Damien Miller17872522000-02-02 20:56:20 +11001[ A Japanese translation of this document is available at
2[ http://www.unixuser.org/%7Eharuyama/security/openssh/index.html
3[ Thanks to HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
4
Damien Miller5a88b6e2000-03-07 22:40:57 +11005******* IMPORTANT
Damien Miller54057c22000-05-09 15:03:37 +10006* On systmes which lack a /dev/random driver, version of this port
7* prior to 1.2.2 were not correctly seeding OpenSSL's random number
Damien Miller5a88b6e2000-03-07 22:40:57 +11008* pool. This resulted in lower quality RSA keys being generated. If
Damien Miller54057c22000-05-09 15:03:37 +10009* you generated host or user keys with v1.2.2 or previous versions,
10* please generate new ones using a more recent version.
Damien Miller5a88b6e2000-03-07 22:40:57 +110011
Damien Miller5bbbd361999-11-19 07:56:21 +110012This is the port of OpenBSD's excellent OpenSSH to Linux and other
13Unices.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100014
Damien Miller5ffa6441999-10-30 11:30:35 +100015OpenSSH is based on the last free version of Tatu Ylonen's SSH with
Damien Millerf20c2aa2000-01-06 20:28:41 +110016all patent-encumbered algorithms removed (to external libraries), all
17known security bugs fixed, new features reintroduced and many other
18clean-ups. More information about SSH itself can be found in the file
19README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
20Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
21homepage at http://www.openssh.com/
Damien Millerd4a8b7e1999-10-27 13:42:43 +100022
Damien Miller56825a11999-11-11 10:50:04 +110023This port consists of the re-introduction of autoconf support, PAM
Damien Miller54057c22000-05-09 15:03:37 +100024support (for Linux and Solaris), EGD[1] support and replacements for
25OpenBSD library functions that are (regrettably) absent from other
26unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD
27and Irix. Support for AIX, SCO, NeXT and other Unices is underway.
28This version actively tracks changes in the OpenBSD CVS repository.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100029
Damien Miller5ffa6441999-10-30 11:30:35 +100030The PAM support is now more functional than the popular packages of
31commercial ssh-1.2.x. It checks "account" and "session" modules for
Damien Miller7df20e21999-11-12 16:06:47 +110032all logins, not just when using password authentication.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100033
Damien Miller54057c22000-05-09 15:03:37 +100034OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4].
Damien Miller74389c91999-11-09 15:03:01 +110035
Damien Millerf20c2aa2000-01-06 20:28:41 +110036There is now several mailing lists for this port of OpenSSH. Please
Damien Miller7b63b0f2000-05-20 15:41:26 +100037refer to http://www.openssh.com/list.html for details on how to join.
Damien Millera4195281999-11-12 14:11:10 +110038
Damien Millerf20c2aa2000-01-06 20:28:41 +110039Please send bug reports and patches to the mailing list
40openssh-unix-dev@mindrot.org. The list is currently open to posting by
41unsubscribed users.
Damien Miller6ae00d61999-12-14 15:43:03 +110042
Damien Millerb5f89271999-11-12 14:35:58 +110043Please refer to the INSTALL document for information on how to install
Damien Millerf20c2aa2000-01-06 20:28:41 +110044OpenSSH on your system. The UPGRADING document details differences
45between this port of OpenSSH and F-Secure SSH 1.x.
Damien Miller7df20e21999-11-12 16:06:47 +110046
Damien Miller5ffa6441999-10-30 11:30:35 +100047Damien Miller <djm@ibs.com.au>
48Internet Business Solutions
Damien Millerd4a8b7e1999-10-27 13:42:43 +100049
Damien Miller5ffa6441999-10-30 11:30:35 +100050Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100051
Damien Miller5ffa6441999-10-30 11:30:35 +100052This version of SSH is based upon code retrieved from the OpenBSD CVS
Damien Millerf20c2aa2000-01-06 20:28:41 +110053repository which in turn was based on the last free
Damien Millera5cec581999-11-09 15:05:11 +110054version of SSH released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100055
Damien Miller356a0b01999-11-08 15:30:59 +110056References -
57
Damien Miller56825a11999-11-11 10:50:04 +110058[1] http://www.lothar.com/tech/crypto/
59[2] http://www.cdrom.com/pub/infozip/zlib/
60[3] http://www.openssl.org/
61[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
Damien Millera5cec581999-11-09 15:05:11 +110062