]> andersk Git - openssh.git/blob - README
Doc updates
[openssh.git] / README
1 This is the port of OpenBSD's excellent OpenSSH to Linux and other
2 Unices.
3
4 OpenSSH is based on the last free version of Tatu Ylonen's SSH with
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/
11
12 This port consists of the re-introduction of autoconf support, PAM
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.
19
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
22 all logins, not just when using password authentication.
23
24 All new code is released under a XFree style license, which is very
25 liberal. Please refer to the source files for details. The code in
26 bsd-*.[ch] is from the OpenBSD project and has its own license (again,
27 see the source files for details).
28
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]. 
34
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.
38
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.
42
43 Please refer to the INSTALL document for information on how to install
44 OpenSSH on your system. The UPGRADING document details differences 
45 between this port of OpenSSH and F-Secure SSH 1.x.
46
47 Damien Miller <djm@ibs.com.au>
48 Internet Business Solutions
49
50 Miscellania - 
51
52 This version of SSH is based upon code retrieved from the OpenBSD CVS
53 repository which in turn was based on the last free 
54 version of SSH released by Tatu Ylonen.
55
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
58 license (see source files for details).
59
60 References -
61
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/
67 [6] http://www.inet.no/dante
68
This page took 0.042299 seconds and 5 git commands to generate.