blob: f04ad15309715343c347c84ff09b45fdb3b53e50 [file] [log] [blame]
Damien Miller8b1c22b2000-03-15 12:13:01 +11001Other 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
Damien Miller256fdcb2000-03-15 12:25:06 +110029sshd.pam.generic:
30
31A generic PAM config file which may be useful on your system. YMMV
32
33sshd.pam.freebsd
34
35A PAM config file which works with FreeBSD's PAM port. Contributed by
36Dominik Brettnacher <domi@saargate.de>
37
38redhat:
39
40RPM spec file an scripts for building Redhat packages
41
42suse:
43
44RPM spec file an scripts for building SuSE packages
45
46
Damien Miller8b1c22b2000-03-15 12:13:01 +110047Externally maintained
48---------------------
49
50liblogin:
51
52liblogin is Andre Lucas' cross platform login library. It handles all the
53yucky details of wtmp, utmp and lastlog (which every OS vendor has
54seen fit to implement differently) in one clean library.
55
56OpenSSH will require liblogin in the near future, but for now it is
57recommended for users with login logging problems or curiosity.
58
59http://dspace.dial.pipex.com/andre.lucas/liblogin.html
60
61X11 SSH Askpass:
62
63Jim Knoble <jmknoble@pobox.com> has written an excellent X11
64passphrase requester. This is highly recommended:
65
66http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
67