]> andersk Git - openssh.git/blame - README
clarify requirement for egd
[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
6* On systmes which lack a /dev/random driver, this port of
7* OpenSSH-1.2.2 was not correctly seeding OpenSSL's random number
8* pool. This resulted in lower quality RSA keys being generated. If
9* you generated host or user keys with v1.2.2, please generate new
10* ones using a more recent version.
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
1cbe6fb2 24support (for Linux and Solaris), EGD[1] support, SOCKS support (using
25the Dante [6] libraries and replacements for OpenBSD library functions
26that are (regrettably) absent from other unices. This port has been
27best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX,
28SCO, NeXT and other Unices is underway. This version actively tracks
29changes in the OpenBSD CVS repository.
8efc0c15 30
97784962 31The PAM support is now more functional than the popular packages of
32commercial ssh-1.2.x. It checks "account" and "session" modules for
4ae1982f 33all logins, not just when using password authentication.
8efc0c15 34
0bc5b6fb 35OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and
36Dante[6]. To build the GNOME[5] pass-phrase requester
37(--with-gnome-askpass), you will need the GNOME libraries installed.
aa51e7cc 38
1cbe6fb2 39There is now several mailing lists for this port of OpenSSH. Please
40refer to http://violet.ibs.com.au/openssh/list.html for details on how
41to join.
c6ab4a33 42
1cbe6fb2 43Please send bug reports and patches to the mailing list
44openssh-unix-dev@mindrot.org. The list is currently open to posting by
45unsubscribed users.
7303768f 46
8bc7973f 47Please refer to the INSTALL document for information on how to install
1cbe6fb2 48OpenSSH on your system. The UPGRADING document details differences
49between this port of OpenSSH and F-Secure SSH 1.x.
4ae1982f 50
97784962 51Damien Miller <djm@ibs.com.au>
52Internet Business Solutions
8efc0c15 53
97784962 54Miscellania -
8efc0c15 55
97784962 56This version of SSH is based upon code retrieved from the OpenBSD CVS
1cbe6fb2 57repository which in turn was based on the last free
4f080ebe 58version of SSH released by Tatu Ylonen.
8efc0c15 59
e1a9c08d 60References -
61
4f6716dc 62[1] http://www.lothar.com/tech/crypto/
63[2] http://www.cdrom.com/pub/infozip/zlib/
64[3] http://www.openssl.org/
65[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
66[5] http://www.gnome.org/
0bc5b6fb 67[6] http://www.inet.no/dante
4f080ebe 68
This page took 0.089409 seconds and 5 git commands to generate.