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