README 1.7 KB

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