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