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