blob: 648bb2f3a7ba4ffd5b5125dc26ac9e4d3821e516 [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
Ben Lindstrom2ad31ee2001-12-24 02:59:19 +000014chroot.diff:
Damien Miller8b1c22b2000-03-15 12:13:01 +110015
Ben Lindstrom2ad31ee2001-12-24 02:59:19 +000016Due to the fact the patch is never in sync with the rest of the tree. It was
17removed.
Damien Miller8b1c22b2000-03-15 12:13:01 +110018
Damien Miller8b1c22b2000-03-15 12:13:01 +110019ssh-copy-id:
20
21Phil Hands' <phil@hands.com> shell script to automate the process of adding
22your public key to a remote machine's ~/.ssh/authorized_keys file.
23
24gnome-ssh-askpass:
25
26A GNOME passphrase requester of my own creation. Compilation instructions
27are in the top of the file.
28
Damien Miller256fdcb2000-03-15 12:25:06 +110029sshd.pam.generic:
30
31A generic PAM config file which may be useful on your system. YMMV
32
Ben Lindstrome68c5672001-02-22 06:20:10 +000033sshd.pam.freebsd:
Damien Miller256fdcb2000-03-15 12:25:06 +110034
35A PAM config file which works with FreeBSD's PAM port. Contributed by
36Dominik Brettnacher <domi@saargate.de>
37
Ben Lindstrome68c5672001-02-22 06:20:10 +000038mdoc2man.pl:
39
40Converts mdoc formated manpages into normal manpages. This can be used
Ben Lindstromcfb93702001-03-03 21:43:19 +000041on Solaris machines to provide manpages that are not preformated.
42Contributed by Mark D. Roth <roth@feep.net>
Ben Lindstrome68c5672001-02-22 06:20:10 +000043
Damien Miller256fdcb2000-03-15 12:25:06 +110044redhat:
45
46RPM spec file an scripts for building Redhat packages
47
48suse:
49
50RPM spec file an scripts for building SuSE packages
51
52
Damien Miller8b1c22b2000-03-15 12:13:01 +110053Externally maintained
54---------------------
55
Damien Miller8b1c22b2000-03-15 12:13:01 +110056X11 SSH Askpass:
57
58Jim Knoble <jmknoble@pobox.com> has written an excellent X11
59passphrase requester. This is highly recommended:
60
61http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html