summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-09-30 10:34:05 +1000
committerDamien Miller <djm@mindrot.org>2002-09-30 10:34:05 +1000
commitcd501ec30b448cb6fda4fb517fa94b69cb97652a (patch)
tree1af2a20ffd64f8d9323e1102373d84fd1f6515a6
parentd94e549ea8c622c8a75023b649a5d4c051aacf7f (diff)
tidy, fix typos, reorder
-rw-r--r--contrib/README47
1 files changed, 23 insertions, 24 deletions
diff --git a/contrib/README b/contrib/README
index dde6ccb19..407152dcc 100644
--- a/contrib/README
+++ b/contrib/README
@@ -1,20 +1,29 @@
1Other patches and addons for OpenSSH. Please send submissions to 1Other patches and addons for OpenSSH. Please send submissions to
2djm@ibs.com.au 2djm@mindrot.org
3 3
4Elsewhere 4Externally maintained
5--------- 5---------------------
6 6
7http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows 7SSH Proxy Command -- connect.c
8ProxyCommand which allows OpenSSH to make connections through a SOCKS5
9or http proxy which supports the CONNECT method (eg. Squid).
10 8
11In this directory 9Shun-ichi GOTO <gotoh@imasy.or.jp> has written a very useful ProxyCommand
12----------------- 10which allows the use of outbound SSH from behind a SOCKS4, SOCKS5 or
11https CONNECT style proxy server. His page for connect.c has extensive
12documentation on its use as well as compiled versions for Win32.
13 13
14chroot.diff: 14http://www.taiyo.co.jp/~gotoh/ssh/connect.html
15 15
16Due to the fact the patch is never in sync with the rest of the tree. It was 16
17removed. 17X11 SSH Askpass:
18
19Jim Knoble <jmknoble@pobox.com> has written an excellent X11
20passphrase requester. This is highly recommended:
21
22http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
23
24
25In this directory
26-----------------
18 27
19ssh-copy-id: 28ssh-copy-id:
20 29
@@ -23,7 +32,7 @@ your public key to a remote machine's ~/.ssh/authorized_keys file.
23 32
24gnome-ssh-askpass[12]: 33gnome-ssh-askpass[12]:
25 34
26A GNOME/Gtk2 passphrase requester of my own creation. Compilation instructions 35A GNOME and Gtk2 passphrase requesters. Compilation instructions
27are in the top of the files. 36are in the top of the files.
28 37
29sshd.pam.generic: 38sshd.pam.generic:
@@ -43,19 +52,9 @@ Contributed by Mark D. Roth <roth@feep.net>
43 52
44redhat: 53redhat:
45 54
46RPM spec file an scripts for building Redhat packages 55RPM spec file and scripts for building Redhat packages
47 56
48suse: 57suse:
49 58
50RPM spec file an scripts for building SuSE packages 59RPM spec file and scripts for building SuSE packages
51
52
53Externally maintained
54---------------------
55
56X11 SSH Askpass:
57
58Jim Knoble <jmknoble@pobox.com> has written an excellent X11
59passphrase requester. This is highly recommended:
60 60
61http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html