diff options
Diffstat (limited to 'other/ssharp/contrib/README')
| -rw-r--r-- | other/ssharp/contrib/README | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/other/ssharp/contrib/README b/other/ssharp/contrib/README new file mode 100644 index 0000000..964cf9f --- /dev/null +++ b/other/ssharp/contrib/README | |||
| @@ -0,0 +1,72 @@ | |||
| 1 | Other patches and addons for OpenSSH. Please send submissions to | ||
| 2 | djm@ibs.com.au | ||
| 3 | |||
| 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 | |||
| 11 | In this directory | ||
| 12 | ----------------- | ||
| 13 | |||
| 14 | SecurID.diff | ||
| 15 | |||
| 16 | This patch from Theo Schlossnagle <jesus@omniti.com> adds SecurID support | ||
| 17 | to portable OpenSSH. Please refer to the text at the start of the patch | ||
| 18 | and to the author's homepage at http://www.omniti.com/~jesus/projects/ for | ||
| 19 | more details. | ||
| 20 | |||
| 21 | chroot.diff: | ||
| 22 | |||
| 23 | Ricardo Cerqueira <rmcc@novis.pt> patch to enable chrooting using the | ||
| 24 | wu-ftpd style magic home directories (containing '/./'). More details in | ||
| 25 | the head of the patch itself. | ||
| 26 | |||
| 27 | ssh-copy-id: | ||
| 28 | |||
| 29 | Phil Hands' <phil@hands.com> shell script to automate the process of adding | ||
| 30 | your public key to a remote machine's ~/.ssh/authorized_keys file. | ||
| 31 | |||
| 32 | gnome-ssh-askpass: | ||
| 33 | |||
| 34 | A GNOME passphrase requester from Damien Miller <djm@mindrot.org> with help | ||
| 35 | from several others. Compilation instructions are in the top of the file. | ||
| 36 | |||
| 37 | sshd.pam.generic: | ||
| 38 | |||
| 39 | A generic PAM config file which may be useful on your system. YMMV | ||
| 40 | |||
| 41 | sshd.pam.freebsd: | ||
| 42 | |||
| 43 | A PAM config file which works with FreeBSD's PAM port. Contributed by | ||
| 44 | Dominik Brettnacher <domi@saargate.de> | ||
| 45 | |||
| 46 | mdoc2man.pl: | ||
| 47 | |||
| 48 | Converts mdoc formated manpages into normal manpages. This can be used | ||
| 49 | on Solaris machines to provide manpages that are not preformated. | ||
| 50 | Contributed by Mark D. Roth <roth@feep.net> | ||
| 51 | |||
| 52 | redhat/ | ||
| 53 | |||
| 54 | Files useful for operation on Redhat Linux systems. NB. it is recommended | ||
| 55 | that you use the prepackaged RPM versions on Redhat, as they have been | ||
| 56 | better tested. | ||
| 57 | |||
| 58 | suse: | ||
| 59 | |||
| 60 | RPM spec file an scripts for building SuSE packages | ||
| 61 | |||
| 62 | |||
| 63 | Externally maintained | ||
| 64 | --------------------- | ||
| 65 | |||
| 66 | X11 SSH Askpass: | ||
| 67 | |||
| 68 | Jim Knoble <jmknoble@pobox.com> has written an excellent X11 | ||
| 69 | passphrase requester. This is highly recommended: | ||
| 70 | |||
| 71 | http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ | ||
| 72 | |||
