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