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