2000-11-29 02:51:14 +01:00
|
|
|
- A Japanese translation of this document and of the OpenSSH FAQ is
|
|
|
|
- available at http://www.unixuser.org/~haruyama/security/openssh/index.html
|
|
|
|
- Thanks to HARUYAMA Seigo <haruyama@klab.org>
|
2000-03-07 12:40:57 +01:00
|
|
|
|
2000-11-06 02:48:54 +01:00
|
|
|
This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
|
1999-11-18 21:56:21 +01:00
|
|
|
Unices.
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-10-30 03:30:35 +02:00
|
|
|
OpenSSH is based on the last free version of Tatu Ylonen's SSH with
|
2000-01-06 10:28:41 +01:00
|
|
|
all patent-encumbered algorithms removed (to external libraries), all
|
|
|
|
known security bugs fixed, new features reintroduced and many other
|
|
|
|
clean-ups. More information about SSH itself can be found in the file
|
|
|
|
README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
|
|
|
|
Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
|
|
|
|
homepage at http://www.openssh.com/
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-11-11 00:50:04 +01:00
|
|
|
This port consists of the re-introduction of autoconf support, PAM
|
2001-01-25 00:51:46 +01:00
|
|
|
support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements
|
|
|
|
for OpenBSD library functions that are (regrettably) absent from other
|
2000-05-09 07:03:37 +02:00
|
|
|
unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD
|
|
|
|
and Irix. Support for AIX, SCO, NeXT and other Unices is underway.
|
|
|
|
This version actively tracks changes in the OpenBSD CVS repository.
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-10-30 03:30:35 +02: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 06:06:47 +01:00
|
|
|
all logins, not just when using password authentication.
|
1999-10-27 05:42:43 +02:00
|
|
|
|
2001-01-25 00:51:46 +01:00
|
|
|
OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
|
1999-11-09 05:03:01 +01:00
|
|
|
|
2000-01-06 10:28:41 +01:00
|
|
|
There is now several mailing lists for this port of OpenSSH. Please
|
2000-05-20 07:41:26 +02:00
|
|
|
refer to http://www.openssh.com/list.html for details on how to join.
|
1999-11-12 04:11:10 +01:00
|
|
|
|
2000-01-06 10:28:41 +01:00
|
|
|
Please send bug reports and patches to the mailing list
|
2000-06-26 05:01:33 +02:00
|
|
|
openssh-unix-dev@mindrot.org. The list is open to posting by
|
2000-01-06 10:28:41 +01:00
|
|
|
unsubscribed users.
|
1999-12-14 05:43:03 +01:00
|
|
|
|
2000-06-26 05:01:33 +02:00
|
|
|
If you are a citizen of the USA or another country which restricts
|
|
|
|
export of cryptographic products, then please refrain from sending
|
|
|
|
crypto-related code or patches to the list. We cannot accept them.
|
|
|
|
Other code contribution are accepted, but please follow the OpenBSD
|
2001-01-25 00:51:46 +01:00
|
|
|
style guidelines[6].
|
2000-06-26 05:01:33 +02:00
|
|
|
|
1999-11-12 04:35:58 +01:00
|
|
|
Please refer to the INSTALL document for information on how to install
|
2000-11-06 02:48:54 +01:00
|
|
|
OpenSSH on your system. There are a number of differences between this
|
2001-01-25 00:51:46 +01:00
|
|
|
port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
|
2000-11-06 02:48:54 +01:00
|
|
|
for details and general tips.
|
1999-11-12 06:06:47 +01:00
|
|
|
|
2000-10-28 04:22:06 +02:00
|
|
|
Damien Miller <djm@mindrot.org>
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-10-30 03:30:35 +02:00
|
|
|
Miscellania -
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-10-30 03:30:35 +02:00
|
|
|
This version of SSH is based upon code retrieved from the OpenBSD CVS
|
2000-01-06 10:28:41 +01:00
|
|
|
repository which in turn was based on the last free
|
1999-11-09 05:05:11 +01:00
|
|
|
version of SSH released by Tatu Ylonen.
|
1999-10-27 05:42:43 +02:00
|
|
|
|
1999-11-08 05:30:59 +01:00
|
|
|
References -
|
|
|
|
|
2000-11-06 02:48:54 +01:00
|
|
|
[0] http://www.openssh.com/faq.html
|
1999-11-11 00:50:04 +01:00
|
|
|
[1] http://www.lothar.com/tech/crypto/
|
2001-01-25 00:51:46 +01:00
|
|
|
[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
|
|
|
|
[3] ftp://ftp.freesoftware.com/pub/infozip/zlib/
|
|
|
|
[4] http://www.openssl.org/
|
|
|
|
[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
|
|
|
|
[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
|
|
|
|
[7] http://www.openssh.com/faq.html
|
2001-02-09 02:55:35 +01:00
|
|
|
|
|
|
|
$Id: README,v 1.45 2001/02/09 01:55:36 djm Exp $
|