]> andersk Git - openssh.git/blame - README
*** empty log message ***
[openssh.git] / README
CommitLineData
4f6716dc 1This is the Unix port of OpenBSD's excellent OpenSSH.
8efc0c15 2
97784962 3OpenSSH is based on the last free version of Tatu Ylonen's SSH with
4all patent-encumbered algorithms removed, all known security bugs
5fixed, new features reintroduced and many other clean-ups.
8efc0c15 6
4f6716dc 7This port consists of the re-introduction of autoconf support, PAM
8support (for Linux and Solaris), EGD[1] support, and replacements for
9OpenBSD library functions that are (regrettably) absent from most
10other unices. The only well tested platform currently is Linux, though
11some Solaris support is beginning to filter in. This version actively
12tracks changes in the OpenBSD CVS repository.
8efc0c15 13
97784962 14The PAM support is now more functional than the popular packages of
15commercial ssh-1.2.x. It checks "account" and "session" modules for
16all logins, not just when using password authentication. This code is
aa51e7cc 17very new and needs further testing.
8efc0c15 18
97784962 19All new code is released under a XFree style license, which is very
aa51e7cc 20liberal. Please refer to the source files for details. The code in
21strlcpy.c and mktemp.c is from the OpenBSD project and has its own
22license (again, see source file for details).
23
4f6716dc 24OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. To build
25the GNOME[5] passphrase requestor (--with-gnome-askpass), you will
26need the GNOME libraries installed. If you are building OpenSSH on a
27Unix which lacks a kernel random number pool (/dev/random), you will
28need to install EGD[1].
aa51e7cc 29
30To build OpenSSH, use the configure script provided. For example:
31
32./configure --prefix=/opt/openssh
33make
34make install
35
36Will install the OpenSSH binaries in /opt/openssh/bin, the
37configuration files in /opt/openssh/etc, and so forth.
8efc0c15 38
97784962 39Damien Miller <djm@ibs.com.au>
40Internet Business Solutions
8efc0c15 41
97784962 42Credits -
8efc0c15 43
97784962 44The OpenBSD team
45'jonchen' - the original author of PAM support of SSH
46Dan Brosemer <odin@linuxfreak.com> - Autoconf and build fixes & Debian scripts
47Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patch
48Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
d4f11b59 49Phil Hands <phil@hands.com> - Debian scripts, assorted patches
50Niels Kristian Bech Jensen <nkbj@image.dk> - Makefile patches
4f6716dc 51Marc G. Fournier" <marc.fournier@acadiau.ca> - Solaris patches
8efc0c15 52
97784962 53Miscellania -
8efc0c15 54
97784962 55This version of SSH is based upon code retrieved from the OpenBSD CVS
4f080ebe 56repository on 1999-11-09 which in turn was based on the last free
57version of SSH released by Tatu Ylonen.
8efc0c15 58
4f080ebe 59Code in helper.[ch] and gnome-ssh-askpass.c is Copyright 1999
60Internet Business Solutions and is released under a X11-style
61license (see source files for details).
8efc0c15 62
97784962 63(A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
64under a X11-style license (see source file for details).
8efc0c15 65
e1a9c08d 66References -
67
4f6716dc 68[1] http://www.lothar.com/tech/crypto/
69[2] http://www.cdrom.com/pub/infozip/zlib/
70[3] http://www.openssl.org/
71[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
72[5] http://www.gnome.org/
4f080ebe 73
This page took 0.636052 seconds and 5 git commands to generate.