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