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