Home | History | Annotate | only in /external/openssh/contrib
Up to higher level directory
NameDateSize
aix/11-Dec-2013
caldera/11-Dec-2013
cygwin/11-Dec-2013
findssl.sh11-Dec-20134.7K
gnome-ssh-askpass1.c11-Dec-20135.3K
gnome-ssh-askpass2.c11-Dec-20136.2K
hpux/11-Dec-2013
Makefile11-Dec-2013480
README11-Dec-20131.7K
redhat/11-Dec-2013
solaris/11-Dec-2013
ssh-copy-id11-Dec-20131.4K
ssh-copy-id.111-Dec-20132.2K
sshd.pam.freebsd11-Dec-2013183
sshd.pam.generic11-Dec-2013410
suse/11-Dec-2013

README

      1 Other patches and addons for OpenSSH. Please send submissions to
      2 djm (a] mindrot.org
      3 
      4 Externally maintained
      5 ---------------------
      6 
      7 SSH Proxy Command -- connect.c
      8 
      9 Shun-ichi GOTO <gotoh (a] imasy.or.jp> has written a very useful ProxyCommand
     10 which allows the use of outbound SSH from behind a SOCKS4, SOCKS5 or
     11 https CONNECT style proxy server. His page for connect.c has extensive
     12 documentation on its use as well as compiled versions for Win32.
     13 
     14 http://www.taiyo.co.jp/~gotoh/ssh/connect.html
     15 
     16 
     17 X11 SSH Askpass:
     18 
     19 Jim Knoble <jmknoble (a] pobox.com> has written an excellent X11
     20 passphrase requester. This is highly recommended:
     21 
     22 http://www.jmknoble.net/software/x11-ssh-askpass/
     23 
     24 
     25 In this directory
     26 -----------------
     27 
     28 ssh-copy-id:
     29 
     30 Phil Hands' <phil (a] hands.com> shell script to automate the process of adding
     31 your public key to a remote machine's ~/.ssh/authorized_keys file.
     32 
     33 gnome-ssh-askpass[12]:
     34 
     35 A GNOME and Gtk2 passphrase requesters. Use "make gnome-ssh-askpass1" or
     36 "make gnome-ssh-askpass2" to build.
     37 
     38 sshd.pam.generic:
     39 
     40 A generic PAM config file which may be useful on your system. YMMV
     41 
     42 sshd.pam.freebsd:
     43 
     44 A PAM config file which works with FreeBSD's PAM port. Contributed by
     45 Dominik Brettnacher <domi (a] saargate.de>
     46 
     47 findssl.sh:
     48 
     49 Search for all instances of OpenSSL headers and libraries and print their 
     50 versions.  This is intended to help diagnose OpenSSH's "OpenSSL headers do not
     51 match your library" errors. 
     52 
     53 aix:
     54     Files to build an AIX native (installp or SMIT installable) package.
     55 
     56 caldera:
     57     RPM spec file and scripts for building Caldera OpenLinuix packages
     58 
     59 cygwin:
     60     Support files for Cygwin
     61 
     62 hpux:
     63     Support files for HP-UX
     64 
     65 redhat:
     66     RPM spec file and scripts for building Redhat packages
     67 
     68 suse:
     69     RPM spec file and scripts for building SuSE packages
     70 
     71