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