]> andersk Git - openssh.git/blobdiff - contrib/README
- (djm) Tidy contrib/, add Makefile for GNOME passphrase dialogs, tweak README
[openssh.git] / contrib / README
index fda244f6d4df1a56b0e57641f9678bc3c5c9d603..67dbbd27786d7fb586d376fae6ce9f5086b293ba 100644 (file)
@@ -1,49 +1,60 @@
 Other patches and addons for OpenSSH. Please send submissions to 
-djm@ibs.com.au
+djm@mindrot.org
 
-In this directory
------------------
+Externally maintained
+---------------------
+
+SSH Proxy Command -- connect.c
+
+Shun-ichi GOTO <gotoh@imasy.or.jp> has written a very useful ProxyCommand
+which allows the use of outbound SSH from behind a SOCKS4, SOCKS5 or 
+https CONNECT style proxy server. His page for connect.c has extensive
+documentation on its use as well as compiled versions for Win32.
 
-chroot.diff:
+http://www.taiyo.co.jp/~gotoh/ssh/connect.html
 
-Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the
-wu-ftpd style magic home directories (containing '/./'). More details in
-the head of the patch itself.
 
-make-ssh-known-hosts:
+X11 SSH Askpass:
+
+Jim Knoble <jmknoble@pobox.com> has written an excellent X11
+passphrase requester. This is highly recommended:
+
+http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
 
-Tero Kivinen's <Tero.Kivinen@hut.fi> PERL script to generate
-ssh_known_hosts files by trawling tjhrough the DNS. More details in the
-manpage.
+
+In this directory
+-----------------
 
 ssh-copy-id:
 
 Phil Hands' <phil@hands.com> shell script to automate the process of adding
 your public key to a remote machine's ~/.ssh/authorized_keys file.
 
-gnome-ssh-askpass:
+gnome-ssh-askpass[12]:
 
-A GNOME passphrase requester of my own creation. Compilation instructions
-are in the top of the file.
+A GNOME and Gtk2 passphrase requesters. Use "make gnome-ssh-askpass1" or
+"make gnome-ssh-askpass2" to build.
 
-Externally maintained
----------------------
+sshd.pam.generic:
 
-liblogin:
+A generic PAM config file which may be useful on your system. YMMV
 
-liblogin is Andre Lucas' cross platform login library. It handles all the 
-yucky details of wtmp, utmp and lastlog (which every OS vendor has
-seen fit to implement differently) in one clean library.
+sshd.pam.freebsd:
 
-OpenSSH will require liblogin in the near future, but for now it is 
-recommended for users with login logging problems or curiosity.
+A PAM config file which works with FreeBSD's PAM port. Contributed by
+Dominik Brettnacher <domi@saargate.de>
 
-http://dspace.dial.pipex.com/andre.lucas/liblogin.html
+mdoc2man.pl:
 
-X11 SSH Askpass:
+Converts mdoc formated manpages into normal manpages.  This can be used
+on Solaris machines to provide manpages that are not preformated. 
+Contributed by Mark D. Roth <roth@feep.net>
 
-Jim Knoble <jmknoble@pobox.com> has written an excellent X11
-passphrase requester. This is highly recommended:
+redhat:
 
-http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
+RPM spec file and scripts for building Redhat packages
+
+suse:
+
+RPM spec file and scripts for building SuSE packages
 
This page took 0.552315 seconds and 4 git commands to generate.