README revision 126274
1217309SnwhitehornSee:
2251843Sbapthttp://www.openssh.com/txt/release-3.8 for the release notes.
3217309Snwhitehorn
4217309Snwhitehorn- A Japanese translation of this document and of the OpenSSH FAQ is
5217309Snwhitehorn- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
6220749Snwhitehorn- Thanks to HARUYAMA Seigo <haruyama@unixuser.org>
7217309Snwhitehorn
8217309SnwhitehornThis is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
9217309SnwhitehornUnices.
10217309Snwhitehorn
11217309SnwhitehornOpenSSH is based on the last free version of Tatu Ylonen's sample
12217309Snwhitehornimplementation with all patent-encumbered algorithms removed (to
13217309Snwhitehornexternal libraries), all known security bugs fixed, new features
14217309Snwhitehornreintroduced and many other clean-ups.  OpenSSH has been created by
15217309SnwhitehornAaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
16217309Snwhitehornand Dug Song. It has a homepage at http://www.openssh.com/
17217309Snwhitehorn
18217309SnwhitehornThis port consists of the re-introduction of autoconf support, PAM
19217309Snwhitehornsupport (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements
20217309Snwhitehornfor OpenBSD library functions that are (regrettably) absent from other
21217309Snwhitehornunices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD,
22217309SnwhitehornIrix and AIX. Support for SCO, NeXT and other Unices is underway.
23217309SnwhitehornThis version actively tracks changes in the OpenBSD CVS repository.
24217309Snwhitehorn
25217309SnwhitehornThe PAM support is now more functional than the popular packages of
26217309Snwhitehorncommercial ssh-1.2.x. It checks "account" and "session" modules for
27217309Snwhitehornall logins, not just when using password authentication.
28224014Snwhitehorn
29217309SnwhitehornOpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
30217309Snwhitehorn
31217309SnwhitehornThere is now several mailing lists for this port of OpenSSH. Please
32217309Snwhitehornrefer to http://www.openssh.com/list.html for details on how to join.
33217309Snwhitehorn
34217309SnwhitehornPlease send bug reports and patches to the mailing list
35217309Snwhitehornopenssh-unix-dev@mindrot.org. The list is open to posting by
36217309Snwhitehornunsubscribed users.
37217309Snwhitehorn
38217309SnwhitehornIf you are a citizen of an USA-embargoed country to which export of
39217309Snwhitehorncryptographic products is restricted, then please refrain from sending
40217309Snwhitehorncrypto-related code or patches to the list. We cannot accept them.
41217309SnwhitehornOther code contribution are accepted, but please follow the OpenBSD
42217309Snwhitehornstyle guidelines[6].
43217309Snwhitehorn
44217309SnwhitehornPlease refer to the INSTALL document for information on how to install
45217309SnwhitehornOpenSSH on your system. There are a number of differences between this
46217309Snwhitehornport of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
47217309Snwhitehornfor details and general tips.
48251843Sbapt
49217309SnwhitehornDamien Miller <djm@mindrot.org>
50217309Snwhitehorn
51217309SnwhitehornMiscellania -
52217309Snwhitehorn
53217309SnwhitehornThis version of OpenSSH is based upon code retrieved from the OpenBSD
54217309SnwhitehornCVS repository which in turn was based on the last free sample
55217309Snwhitehornimplementation released by Tatu Ylonen.
56217309Snwhitehorn
57217309SnwhitehornReferences -
58217309Snwhitehorn
59217309Snwhitehorn[0] http://www.openssh.com/faq.html
60217309Snwhitehorn[1] http://www.lothar.com/tech/crypto/
61217309Snwhitehorn[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
62217309Snwhitehorn[3] http://www.gzip.org/zlib/
63217309Snwhitehorn[4] http://www.openssl.org/
64217309Snwhitehorn[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris
65217309Snwhitehorn    and HP-UX 11)
66217309Snwhitehorn[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
67217309Snwhitehorn[7] http://www.openssh.com/faq.html
68217309Snwhitehorn
69217309Snwhitehorn$Id: README,v 1.53 2004/02/24 05:13:24 dtucker Exp $
70217309Snwhitehorn