summaryrefslogtreecommitdiff
path: root/README.openssh
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-27 13:42:43 +1000
committerDamien Miller <djm@mindrot.org>1999-10-27 13:42:43 +1000
commitd4a8b7e34dd619a4debf9a206c81db26d1402ea6 (patch)
treea47d770a2f790f40d18b0982d4e55fa7cfb1fa3b /README.openssh
Initial revision
Diffstat (limited to 'README.openssh')
-rw-r--r--README.openssh44
1 files changed, 44 insertions, 0 deletions
diff --git a/README.openssh b/README.openssh
new file mode 100644
index 000000000..02cb3c603
--- /dev/null
+++ b/README.openssh
@@ -0,0 +1,44 @@
1This is a Linux port of OpenBSD's excellent OpenSSH.
2
3OpenSSH is based on the last free version of Tatu Ylonen's SSH with all
4patent-encumbered algorithms removed, all known security bugs fixed, new
5features reintroduced and many other clean-ups.
6
7This Linux port basically consists of a few fixes to deal with the way that
8OpenSSL is usually installed on Linux systems, a few replacements for
9OpenBSD library functions and the introduction of partial PAM support.
10
11The PAM support is less than optimal - it is only used when password
12authentication is requested, so things like pam_limits will not apply if a
13user authenticates with a RSA key. OTOH this is exactly the level of support
14that the popular Linux SSH packages have. Perhaps a PAM hacker can rectify
15this?
16
17All new code is released under a XFree style license, which is very liberal.
18This code is released with no warranties of any kind, neither I nor my
19employer (Internet Business Solutions) will take any responsibility for
20any loss, damage or liability arising from the use or abuse of this software.
21
22OpenSSH depends on Zlib, OpenSSL and PAM. Use the Makefile.GNU to build it.
23
24Damien Miller <djm@ibs.com.au>
25Internet Business Solutions
26
27
28Credits -
29
30The OpenBSD team
31'jonchen' - the original author of PAM support of SSH
32
33Miscellania -
34
35This version of SSH is based upon code retrieved from the OpenBSD CVS
36repository on 1999-10-26, which in turn was based on the last free
37version of SSH released by Tatu Ylonen.
38
39Code in helper.[ch] is Copyright 1999 Internet Business Solutions and
40is 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
43under a X11-style license (see source file for details).
44