]> andersk Git - openssh.git/blame_incremental - README
Update version
[openssh.git] / README
... / ...
CommitLineData
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
5This is the port of OpenBSD's excellent OpenSSH to Linux and other
6Unices.
7
8OpenSSH is based on the last free version of Tatu Ylonen's SSH with
9all patent-encumbered algorithms removed (to external libraries), all
10known security bugs fixed, new features reintroduced and many other
11clean-ups. More information about SSH itself can be found in the file
12README.Ylonen. OpenSSH has been created by Aaron Campbell, Bob Beck,
13Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
14homepage at http://www.openssh.com/
15
16This port consists of the re-introduction of autoconf support, PAM
17support (for Linux and Solaris), EGD[1] support, SOCKS support (using
18the Dante [6] libraries and replacements for OpenBSD library functions
19that are (regrettably) absent from other unices. This port has been
20best tested on Linux, Solaris, HPUX, NetBSD and Irix. Support for AIX,
21SCO, NeXT and other Unices is underway. This version actively tracks
22changes in the OpenBSD CVS repository.
23
24The PAM support is now more functional than the popular packages of
25commercial ssh-1.2.x. It checks "account" and "session" modules for
26all logins, not just when using password authentication.
27
28All new code is released under a XFree style license, which is very
29liberal. Please refer to the source files for details. The code in
30bsd-*.[ch] is from the OpenBSD project and has its own license (again,
31see the source files for details).
32
33OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4] and
34Dante[6]. To build the GNOME[5] pass-phrase requester
35(--with-gnome-askpass), you will need the GNOME libraries installed.
36If you are building OpenSSH on a Unix which lacks a kernel random
37number pool (/dev/random), you will need to install EGD[1].
38
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.
42
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.
46
47Please refer to the INSTALL document for information on how to install
48OpenSSH on your system. The UPGRADING document details differences
49between this port of OpenSSH and F-Secure SSH 1.x.
50
51Damien Miller <djm@ibs.com.au>
52Internet Business Solutions
53
54Miscellania -
55
56This version of SSH is based upon code retrieved from the OpenBSD CVS
57repository which in turn was based on the last free
58version of SSH released by Tatu Ylonen.
59
60Code in bsd-misc.[ch] and gnome-ssh-askpass.c is Copyright 1999 Damien
61Miller & Internet Business Solutions and is released under a X11-style
62license (see source files for details).
63
64References -
65
66[1] http://www.lothar.com/tech/crypto/
67[2] http://www.cdrom.com/pub/infozip/zlib/
68[3] http://www.openssl.org/
69[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
70[5] http://www.gnome.org/
71[6] http://www.inet.no/dante
72
This page took 0.036823 seconds and 5 git commands to generate.