summaryrefslogtreecommitdiff
path: root/contrib/README
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-15 12:13:01 +1100
committerDamien Miller <djm@mindrot.org>2000-03-15 12:13:01 +1100
commit8b1c22b7758511461b359461926e47b093a349d3 (patch)
tree482ba5094683dac130413f7c2d4971e9b2a31761 /contrib/README
parentf09b07a971f64cf69f2c45a364c3d56559f7c1c3 (diff)
- Created contrib/ subdirectory. Included helpers from Phil Hands'
Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc@clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - Slight cleanup to doc files
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README49
1 files changed, 49 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
new file mode 100644
index 000000000..fda244f6d
--- /dev/null
+++ b/contrib/README
@@ -0,0 +1,49 @@
1Other patches and addons for OpenSSH. Please send submissions to
2djm@ibs.com.au
3
4In this directory
5-----------------
6
7chroot.diff:
8
9Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the
10wu-ftpd style magic home directories (containing '/./'). More details in
11the head of the patch itself.
12
13make-ssh-known-hosts:
14
15Tero Kivinen's <Tero.Kivinen@hut.fi> PERL script to generate
16ssh_known_hosts files by trawling tjhrough the DNS. More details in the
17manpage.
18
19ssh-copy-id:
20
21Phil Hands' <phil@hands.com> shell script to automate the process of adding
22your public key to a remote machine's ~/.ssh/authorized_keys file.
23
24gnome-ssh-askpass:
25
26A GNOME passphrase requester of my own creation. Compilation instructions
27are in the top of the file.
28
29Externally maintained
30---------------------
31
32liblogin:
33
34liblogin is Andre Lucas' cross platform login library. It handles all the
35yucky details of wtmp, utmp and lastlog (which every OS vendor has
36seen fit to implement differently) in one clean library.
37
38OpenSSH will require liblogin in the near future, but for now it is
39recommended for users with login logging problems or curiosity.
40
41http://dspace.dial.pipex.com/andre.lucas/liblogin.html
42
43X11 SSH Askpass:
44
45Jim Knoble <jmknoble@pobox.com> has written an excellent X11
46passphrase requester. This is highly recommended:
47
48http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
49