blob: 6827f64a32726b825d7e0004ace1ba49f927a779 [file] [log] [blame]
Damien Miller5bbbd361999-11-19 07:56:21 +11001This is the port of OpenBSD's excellent OpenSSH to Linux and other
2Unices.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10003
Damien Miller5ffa6441999-10-30 11:30:35 +10004OpenSSH is based on the last free version of Tatu Ylonen's SSH with
Damien Millerf20c2aa2000-01-06 20:28:41 +11005all patent-encumbered algorithms removed (to external libraries), all
6known security bugs fixed, new features reintroduced and many other
7clean-ups. More information about SSH itself can be found in the file
8README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
9Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
10homepage at http://www.openssh.com/
Damien Millerd4a8b7e1999-10-27 13:42:43 +100011
Damien Miller56825a11999-11-11 10:50:04 +110012This port consists of the re-introduction of autoconf support, PAM
Damien Millerf20c2aa2000-01-06 20:28:41 +110013support (for Linux and Solaris), EGD[1] support, SOCKS support (using
14the Dante [6] libraries and replacements for OpenBSD library functions
15that are (regrettably) absent from other unices. This port has been
16best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX,
17SCO, NeXT and other Unices is underway. This version actively tracks
18changes in the OpenBSD CVS repository.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100019
Damien Miller5ffa6441999-10-30 11:30:35 +100020The PAM support is now more functional than the popular packages of
21commercial ssh-1.2.x. It checks "account" and "session" modules for
Damien Miller7df20e21999-11-12 16:06:47 +110022all logins, not just when using password authentication.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100023
Damien Miller5ffa6441999-10-30 11:30:35 +100024All new code is released under a XFree style license, which is very
Damien Miller74389c91999-11-09 15:03:01 +110025liberal. Please refer to the source files for details. The code in
Damien Miller04f80141999-11-19 15:32:34 +110026bsd-*.[ch] is from the OpenBSD project and has its own license (again,
27see the source files for details).
Damien Millerd4a8b7e1999-10-27 13:42:43 +100028
Damien Miller8bdeee21999-12-30 15:50:54 +110029OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and
30Dante[6]. To build the GNOME[5] pass-phrase requester
31(--with-gnome-askpass), you will need the GNOME libraries installed.
32If you are building OpenSSH on a Unix which lacks a kernel random
33number pool (/dev/random), you will need to install EGD[1].
Damien Miller74389c91999-11-09 15:03:01 +110034
Damien Millerf20c2aa2000-01-06 20:28:41 +110035There is now several mailing lists for this port of OpenSSH. Please
36refer to http://violet.ibs.com.au/openssh/list.html for details on how
37to join.
Damien Millera4195281999-11-12 14:11:10 +110038
Damien Millerf20c2aa2000-01-06 20:28:41 +110039Please send bug reports and patches to the mailing list
40openssh-unix-dev@mindrot.org. The list is currently open to posting by
41unsubscribed users.
Damien Miller6ae00d61999-12-14 15:43:03 +110042
Damien Millerb5f89271999-11-12 14:35:58 +110043Please refer to the INSTALL document for information on how to install
Damien Millerf20c2aa2000-01-06 20:28:41 +110044OpenSSH on your system. The UPGRADING document details differences
45between this port of OpenSSH and F-Secure SSH 1.x.
Damien Miller7df20e21999-11-12 16:06:47 +110046
Damien Miller5ffa6441999-10-30 11:30:35 +100047Damien Miller <djm@ibs.com.au>
48Internet Business Solutions
Damien Millerd4a8b7e1999-10-27 13:42:43 +100049
Damien Miller5ffa6441999-10-30 11:30:35 +100050Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100051
Damien Miller5ffa6441999-10-30 11:30:35 +100052This version of SSH is based upon code retrieved from the OpenBSD CVS
Damien Millerf20c2aa2000-01-06 20:28:41 +110053repository which in turn was based on the last free
Damien Millera5cec581999-11-09 15:05:11 +110054version of SSH released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100055
Damien Millerf20c2aa2000-01-06 20:28:41 +110056Code in bsd-misc.[ch] and gnome-ssh-askpass.c is Copyright 1999 Damien
57Miller & Internet Business Solutions and is released under a X11-style
Damien Millera5cec581999-11-09 15:05:11 +110058license (see source files for details).
Damien Millerd4a8b7e1999-10-27 13:42:43 +100059
Damien Miller356a0b01999-11-08 15:30:59 +110060References -
61
Damien Miller56825a11999-11-11 10:50:04 +110062[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/
Damien Miller8bdeee21999-12-30 15:50:54 +110067[6] http://www.inet.no/dante
Damien Millera5cec581999-11-09 15:05:11 +110068