README revision 98937
198937Sdes- A Japanese translation of this document and of the OpenSSH FAQ is 
298937Sdes- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
398937Sdes- Thanks to HARUYAMA Seigo <haruyama@unixuser.org>
458582Skris
598937SdesThis is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
698937SdesUnices.
758582Skris
898937SdesOpenSSH is based on the last free version of Tatu Ylonen's sample
998937Sdesimplementation with all patent-encumbered algorithms removed (to
1098937Sdesexternal libraries), all known security bugs fixed, new features
1198937Sdesreintroduced and many other clean-ups.  OpenSSH has been created by
1298937SdesAaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
1398937Sdesand Dug Song. It has a homepage at http://www.openssh.com/
1457429Smarkm
1598937SdesThis port consists of the re-introduction of autoconf support, PAM
1698937Sdessupport (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements 
1798937Sdesfor OpenBSD library functions that are (regrettably) absent from other 
1898937Sdesunices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD 
1998937Sdesand Irix. Support for AIX, SCO, NeXT and other Unices is underway. 
2098937SdesThis version actively tracks changes in the OpenBSD CVS repository.
2157429Smarkm
2298937SdesThe PAM support is now more functional than the popular packages of
2398937Sdescommercial ssh-1.2.x. It checks "account" and "session" modules for
2498937Sdesall logins, not just when using password authentication.
2557429Smarkm
2698937SdesOpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
2798937Sdes
2898937SdesThere is now several mailing lists for this port of OpenSSH. Please
2998937Sdesrefer to http://www.openssh.com/list.html for details on how to join.
3098937Sdes
3198937SdesPlease send bug reports and patches to the mailing list
3298937Sdesopenssh-unix-dev@mindrot.org. The list is open to posting by
3398937Sdesunsubscribed users.
3498937Sdes
3598937SdesIf you are a citizen of an USA-embargoed country to which export of 
3698937Sdescryptographic products is restricted, then please refrain from sending 
3798937Sdescrypto-related code or patches to the list. We cannot accept them.
3898937SdesOther code contribution are accepted, but please follow the OpenBSD
3998937Sdesstyle guidelines[6].
4098937Sdes
4198937SdesPlease refer to the INSTALL document for information on how to install
4298937SdesOpenSSH on your system. There are a number of differences between this 
4398937Sdesport of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
4498937Sdesfor details and general tips.
4598937Sdes
4698937SdesDamien Miller <djm@mindrot.org>
4798937Sdes
4898937SdesMiscellania - 
4998937Sdes
5098937SdesThis version of OpenSSH is based upon code retrieved from the OpenBSD
5198937SdesCVS repository which in turn was based on the last free sample
5298937Sdesimplementation released by Tatu Ylonen.
5398937Sdes
5498937SdesReferences -
5598937Sdes
5698937Sdes[0] http://www.openssh.com/faq.html
5798937Sdes[1] http://www.lothar.com/tech/crypto/
5898937Sdes[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
5998937Sdes[3] http://www.gzip.org/zlib/
6098937Sdes[4] http://www.openssl.org/
6198937Sdes[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
6298937Sdes    and HP-UX 11)
6398937Sdes[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
6498937Sdes[7] http://www.openssh.com/faq.html
6598937Sdes
6698937Sdes$Id: README,v 1.50 2001/12/24 03:17:21 djm Exp $
67