1999-11-18 20:56:21 +00:00
|
|
|
This is the port of OpenBSD's excellent OpenSSH to Linux and other
|
|
|
|
Unices.
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
OpenSSH is based on the last free version of Tatu Ylonen's SSH with
|
|
|
|
all patent-encumbered algorithms removed, all known security bugs
|
1999-11-12 05:06:47 +00:00
|
|
|
fixed, new features reintroduced and many other clean-ups. More
|
|
|
|
information about SSH itself can be found in the file README.Ylonen.
|
1999-11-18 00:35:13 +00:00
|
|
|
OpenSSH has been created by Aaron Campbell, Bob Beck, Markus Friedl,
|
1999-11-17 22:28:11 +00:00
|
|
|
Niels Provos, Theo de Raadt, and Dug Song. It has a homepage at
|
|
|
|
http://www.openssh.com/
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-11-10 23:50:04 +00:00
|
|
|
This port consists of the re-introduction of autoconf support, PAM
|
1999-11-19 04:32:34 +00:00
|
|
|
support (for Linux and Solaris), EGD[1] support, and replacements
|
|
|
|
for OpenBSD library functions that are (regrettably) absent from
|
1999-12-28 04:09:35 +00:00
|
|
|
other unices. This port has been best tested on Linux, Solaris and
|
|
|
|
HPUX, though support for AIX and Irix is underway. This version
|
|
|
|
actively tracks changes in the OpenBSD CVS repository.
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
The PAM support is now more functional than the popular packages of
|
|
|
|
commercial ssh-1.2.x. It checks "account" and "session" modules for
|
1999-11-12 05:06:47 +00:00
|
|
|
all logins, not just when using password authentication.
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
All new code is released under a XFree style license, which is very
|
1999-11-09 04:03:01 +00:00
|
|
|
liberal. Please refer to the source files for details. The code in
|
1999-11-19 04:32:34 +00:00
|
|
|
bsd-*.[ch] is from the OpenBSD project and has its own license (again,
|
|
|
|
see the source files for details).
|
1999-11-09 04:03:01 +00:00
|
|
|
|
1999-11-10 23:50:04 +00:00
|
|
|
OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build
|
1999-11-12 05:06:47 +00:00
|
|
|
the GNOME[5] pass-phrase requester (--with-gnome-askpass), you will
|
1999-11-10 23:50:04 +00:00
|
|
|
need the GNOME libraries installed. If you are building OpenSSH on a
|
|
|
|
Unix which lacks a kernel random number pool (/dev/random), you will
|
|
|
|
need to install EGD[1].
|
1999-11-09 04:03:01 +00:00
|
|
|
|
1999-11-12 05:06:47 +00:00
|
|
|
There is now a mailing list for this port of OpenSSH. To
|
|
|
|
subscribe, send a message consisting of the word 'SUBSCRIBE' to
|
|
|
|
openssh-unix-dev-request@mindrot.org. This mailing list is intended
|
1999-11-16 02:45:26 +00:00
|
|
|
for developers who wish to improve on this port or extend it to other
|
|
|
|
Unices.
|
1999-11-12 03:11:10 +00:00
|
|
|
|
1999-12-14 04:43:03 +00:00
|
|
|
Please send bug reports to the mailing list, or to myself
|
|
|
|
(djm@ibs.com.au).
|
|
|
|
|
1999-11-12 03:35:58 +00:00
|
|
|
Please refer to the INSTALL document for information on how to install
|
|
|
|
OpenSSH on your system.
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-11-14 22:25:59 +00:00
|
|
|
This patch is developed primarily on Linux, but I am including patches
|
1999-11-12 05:06:47 +00:00
|
|
|
which improve compatability with other unices. The beginnings of
|
|
|
|
Solaris support have already been included.
|
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
Damien Miller <djm@ibs.com.au>
|
|
|
|
Internet Business Solutions
|
1999-10-27 03:42:43 +00:00
|
|
|
|
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
Miscellania -
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
This version of SSH is based upon code retrieved from the OpenBSD CVS
|
1999-11-09 04:05:11 +00:00
|
|
|
repository on 1999-11-09 which in turn was based on the last free
|
|
|
|
version of SSH released by Tatu Ylonen.
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-12-29 08:56:30 +00:00
|
|
|
Code in bsd-misc.[ch] and gnome-ssh-askpass.c is Copyright 1999
|
1999-11-09 04:05:11 +00:00
|
|
|
Internet Business Solutions and is released under a X11-style
|
|
|
|
license (see source files for details).
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-10-30 01:30:35 +00:00
|
|
|
(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
|
|
|
|
under a X11-style license (see source file for details).
|
1999-10-27 03:42:43 +00:00
|
|
|
|
1999-11-08 04:30:59 +00:00
|
|
|
References -
|
|
|
|
|
1999-11-10 23:50:04 +00:00
|
|
|
[1] http://www.lothar.com/tech/crypto/
|
|
|
|
[2] http://www.cdrom.com/pub/infozip/zlib/
|
|
|
|
[3] http://www.openssl.org/
|
|
|
|
[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
|
|
|
|
[5] http://www.gnome.org/
|
1999-11-09 04:05:11 +00:00
|
|
|
|