]> andersk Git - openssh.git/blob - README.openssh
- Integrated patch from Dan Brosemer <odin@linuxfreak.com>
[openssh.git] / README.openssh
1 This is a Linux port of OpenBSD's excellent OpenSSH. 
2
3 OpenSSH is based on the last free version of Tatu Ylonen's SSH with all 
4 patent-encumbered algorithms removed, all known security bugs fixed, new 
5 features reintroduced and many other clean-ups.
6
7 This Linux port basically consists of a few fixes to deal with the way that
8 OpenSSL is usually installed on Linux systems, a few replacements for 
9 OpenBSD library functions and the introduction of partial PAM support.
10
11 The PAM support is less than optimal - it is only used when password 
12 authentication is requested, so things like pam_limits will not apply if a
13 user authenticates with a RSA key. OTOH this is exactly the level of support
14 that the popular Linux SSH packages have. Perhaps a PAM hacker can rectify 
15 this?
16
17 All new code is released under a XFree style license, which is very liberal.
18 This code is released with no warranties of any kind, neither I nor my 
19 employer (Internet Business Solutions) will take any responsibility for 
20 any loss, damage or liability arising from the use or abuse of this software.
21
22 OpenSSH depends on Zlib, OpenSSL and PAM. Use the Makefile.GNU to build it.
23
24 Damien Miller <djm@ibs.com.au>
25 Internet Business Solutions
26
27
28 Credits - 
29
30 The OpenBSD team
31 'jonchen' - the original author of PAM support of SSH
32
33 Miscellania - 
34
35 This version of SSH is based upon code retrieved from the OpenBSD CVS
36 repository on 1999-10-26 patched by Damien Miller <djm@ibs.com.au>, which 
37 in turn was based on the last free version of SSH released by Tatu Ylonen.
38
39 Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
40 is released under a X11-style license (see source file for details).
41
42 (A)RC4 code in rc4.[ch] is Copyright 1999 Damien Miller. It too is
43 under a X11-style license (see source file for details).
44
This page took 0.358071 seconds and 5 git commands to generate.