]> andersk Git - openssh.git/blob - README
- (bal) Generalize lack of UNIX sockets since this also effects Cray
[openssh.git] / README
1 - 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>
4
5 This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
6 Unices.
7
8 OpenSSH is based on the last free version of Tatu Ylonen's SSH with
9 all patent-encumbered algorithms removed (to external libraries), all
10 known security bugs fixed, new features reintroduced and many other
11 clean-ups. More information about SSH itself can be found in the file
12 README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
13 Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
14 homepage at http://www.openssh.com/
15
16 This port consists of the re-introduction of autoconf support, PAM
17 support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements 
18 for OpenBSD library functions that are (regrettably) absent from other 
19 unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD 
20 and Irix. Support for AIX, SCO, NeXT and other Unices is underway. 
21 This version actively tracks changes in the OpenBSD CVS repository.
22
23 The PAM support is now more functional than the popular packages of
24 commercial ssh-1.2.x. It checks "account" and "session" modules for
25 all logins, not just when using password authentication.
26
27 OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
28
29 There is now several mailing lists for this port of OpenSSH. Please
30 refer to http://www.openssh.com/list.html for details on how to join.
31
32 Please send bug reports and patches to the mailing list
33 openssh-unix-dev@mindrot.org. The list is open to posting by
34 unsubscribed users.
35
36 If you are a citizen of an USA-embargoed country to which export of 
37 cryptographic products is restricted, then please refrain from sending 
38 crypto-related code or patches to the list. We cannot accept them.
39 Other code contribution are accepted, but please follow the OpenBSD
40 style guidelines[6].
41
42 Please refer to the INSTALL document for information on how to install
43 OpenSSH on your system. There are a number of differences between this 
44 port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
45 for details and general tips.
46
47 Damien Miller <djm@mindrot.org>
48
49 Miscellania - 
50
51 This version of SSH is based upon code retrieved from the OpenBSD CVS
52 repository which in turn was based on the last free 
53 version of SSH released by Tatu Ylonen.
54
55 References -
56
57 [0] http://www.openssh.com/faq.html
58 [1] http://www.lothar.com/tech/crypto/
59 [2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
60 [3] ftp://ftp.freesoftware.com/pub/infozip/zlib/
61 [4] http://www.openssl.org/
62 [5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
63 [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
64 [7] http://www.openssh.com/faq.html
65
66 $Id$
This page took 0.147105 seconds and 5 git commands to generate.