]> andersk Git - openssh.git/blobdiff - contrib/README
- dtucker@cvs.openbsd.org 2010/01/09 11:13:02
[openssh.git] / contrib / README
index 683450158c68bf36a84fa00a191ed3944aee3c93..c0022386551958540dd6978ad46112c9c4d3f52d 100644 (file)
@@ -1,37 +1,39 @@
-Other patches and addons for OpenSSH. Please send submissions to 
-djm@ibs.com.au
+Other patches and addons for OpenSSH. Please send submissions to
+djm@mindrot.org
 
-Elsewhere
----------
+Externally maintained
+---------------------
 
-http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows 
-ProxyCommand which allows OpenSSH to make connections through a SOCKS5
-or http proxy which supports the CONNECT method (eg. Squid).
+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.
+
+http://www.taiyo.co.jp/~gotoh/ssh/connect.html
 
-In this directory
------------------
 
-chroot.diff:
+X11 SSH Askpass:
+
+Jim Knoble <jmknoble@pobox.com> has written an excellent X11
+passphrase requester. This is highly recommended:
 
-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.
+http://www.jmknoble.net/software/x11-ssh-askpass/
 
-make-ssh-known-hosts:
 
-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.
 
 sshd.pam.generic:
 
@@ -42,27 +44,27 @@ sshd.pam.freebsd:
 A PAM config file which works with FreeBSD's PAM port. Contributed by
 Dominik Brettnacher <domi@saargate.de>
 
-mdoc2man.pl:
+findssl.sh:
 
-Converts mdoc formated manpages into normal manpages.  This can be used
-on Solaris machines to provide manpages that are not preformated.
+Search for all instances of OpenSSL headers and libraries and print their 
+versions.  This is intended to help diagnose OpenSSH's "OpenSSL headers do not
+match your library" errors. 
 
-redhat:
-
-RPM spec file an scripts for building Redhat packages
-
-suse:
-
-RPM spec file an scripts for building SuSE packages
+aix:
+    Files to build an AIX native (installp or SMIT installable) package.
 
+caldera:
+    RPM spec file and scripts for building Caldera OpenLinuix packages
 
-Externally maintained
----------------------
+cygwin:
+    Support files for Cygwin
 
-X11 SSH Askpass:
+hpux:
+    Support files for HP-UX
 
-Jim Knoble <jmknoble@pobox.com> has written an excellent X11
-passphrase requester. This is highly recommended:
+redhat:
+    RPM spec file and scripts for building Redhat packages
 
-http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
+suse:
+    RPM spec file and scripts for building SuSE packages
 
This page took 0.063209 seconds and 4 git commands to generate.