blob: d25545710b7a32ff5a8d69156be272c347f31731 [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
Damien Miller559d3832000-11-13 20:59:05 +11004Elsewhere
5---------
6
7http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows
8ProxyCommand which allows OpenSSH to make connections through a SOCKS5
9or http proxy which supports the CONNECT method (eg. Squid).
10
Damien Miller8b1c22b2000-03-15 12:13:01 +110011In this directory
12-----------------
13
14chroot.diff:
15
16Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the
17wu-ftpd style magic home directories (containing '/./'). More details in
18the head of the patch itself.
19
Damien Miller8b1c22b2000-03-15 12:13:01 +110020ssh-copy-id:
21
22Phil Hands' <phil@hands.com> shell script to automate the process of adding
23your public key to a remote machine's ~/.ssh/authorized_keys file.
24
25gnome-ssh-askpass:
26
27A GNOME passphrase requester of my own creation. Compilation instructions
28are in the top of the file.
29
Damien Miller256fdcb2000-03-15 12:25:06 +110030sshd.pam.generic:
31
32A generic PAM config file which may be useful on your system. YMMV
33
Ben Lindstrome68c5672001-02-22 06:20:10 +000034sshd.pam.freebsd:
Damien Miller256fdcb2000-03-15 12:25:06 +110035
36A PAM config file which works with FreeBSD's PAM port. Contributed by
37Dominik Brettnacher <domi@saargate.de>
38
Ben Lindstrome68c5672001-02-22 06:20:10 +000039mdoc2man.pl:
40
41Converts mdoc formated manpages into normal manpages. This can be used
Ben Lindstromcfb93702001-03-03 21:43:19 +000042on Solaris machines to provide manpages that are not preformated.
43Contributed by Mark D. Roth <roth@feep.net>
Ben Lindstrome68c5672001-02-22 06:20:10 +000044
Damien Miller256fdcb2000-03-15 12:25:06 +110045redhat:
46
47RPM spec file an scripts for building Redhat packages
48
49suse:
50
51RPM spec file an scripts for building SuSE packages
52
53
Damien Miller8b1c22b2000-03-15 12:13:01 +110054Externally maintained
55---------------------
56
Damien Miller8b1c22b2000-03-15 12:13:01 +110057X11 SSH Askpass:
58
59Jim Knoble <jmknoble@pobox.com> has written an excellent X11
60passphrase requester. This is highly recommended:
61
62http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html