Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 1 | This is the port of OpenBSD's excellent OpenSSH to Linux and other |
| 2 | Unices. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 3 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 4 | OpenSSH is based on the last free version of Tatu Ylonen's SSH with |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 5 | all patent-encumbered algorithms removed (to external libraries), all |
| 6 | known security bugs fixed, new features reintroduced and many other |
| 7 | clean-ups. More information about SSH itself can be found in the file |
| 8 | README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck, |
| 9 | Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a |
| 10 | homepage at http://www.openssh.com/ |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 11 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 12 | This port consists of the re-introduction of autoconf support, PAM |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 13 | support (for Linux and Solaris), EGD[1] support, SOCKS support (using |
| 14 | the Dante [6] libraries and replacements for OpenBSD library functions |
| 15 | that are (regrettably) absent from other unices. This port has been |
| 16 | best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX, |
| 17 | SCO, NeXT and other Unices is underway. This version actively tracks |
| 18 | changes in the OpenBSD CVS repository. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 19 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 20 | The PAM support is now more functional than the popular packages of |
| 21 | commercial ssh-1.2.x. It checks "account" and "session" modules for |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 22 | all logins, not just when using password authentication. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 23 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 24 | All new code is released under a XFree style license, which is very |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 25 | liberal. Please refer to the source files for details. The code in |
Damien Miller | 04f8014 | 1999-11-19 15:32:34 +1100 | [diff] [blame] | 26 | bsd-*.[ch] is from the OpenBSD project and has its own license (again, |
| 27 | see the source files for details). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 28 | |
Damien Miller | 8bdeee2 | 1999-12-30 15:50:54 +1100 | [diff] [blame] | 29 | OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and |
| 30 | Dante[6]. To build the GNOME[5] pass-phrase requester |
| 31 | (--with-gnome-askpass), you will need the GNOME libraries installed. |
| 32 | If you are building OpenSSH on a Unix which lacks a kernel random |
| 33 | number pool (/dev/random), you will need to install EGD[1]. |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 34 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 35 | There is now several mailing lists for this port of OpenSSH. Please |
| 36 | refer to http://violet.ibs.com.au/openssh/list.html for details on how |
| 37 | to join. |
Damien Miller | a419528 | 1999-11-12 14:11:10 +1100 | [diff] [blame] | 38 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 39 | Please send bug reports and patches to the mailing list |
| 40 | openssh-unix-dev@mindrot.org. The list is currently open to posting by |
| 41 | unsubscribed users. |
Damien Miller | 6ae00d6 | 1999-12-14 15:43:03 +1100 | [diff] [blame] | 42 | |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 43 | Please refer to the INSTALL document for information on how to install |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 44 | OpenSSH on your system. The UPGRADING document details differences |
| 45 | between this port of OpenSSH and F-Secure SSH 1.x. |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 46 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 47 | Damien Miller <djm@ibs.com.au> |
| 48 | Internet Business Solutions |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 49 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 50 | Miscellania - |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 51 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 52 | This version of SSH is based upon code retrieved from the OpenBSD CVS |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 53 | repository which in turn was based on the last free |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 54 | version of SSH released by Tatu Ylonen. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 55 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 56 | Code in bsd-misc.[ch] and gnome-ssh-askpass.c is Copyright 1999 Damien |
| 57 | Miller & Internet Business Solutions and is released under a X11-style |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 58 | license (see source files for details). |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 59 | |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 60 | References - |
| 61 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 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/ |
Damien Miller | 8bdeee2 | 1999-12-30 15:50:54 +1100 | [diff] [blame] | 67 | [6] http://www.inet.no/dante |
Damien Miller | a5cec58 | 1999-11-09 15:05:11 +1100 | [diff] [blame] | 68 | |