Name Date Size #Lines LOC

..--

aix/H--501294

cygwin/H--1,148849

hpux/H--258157

redhat/H--937726

solaris/H--3123

suse/H--386268

MakefileH A D12-May-2026920 2821

READMEH A D12-May-20261.9 KiB7345

findssl.shH A D08-Sep-20214.7 KiB18587

gnome-ssh-askpass1.cH A D08-Sep-20215.3 KiB17393

gnome-ssh-askpass2.cH A D08-Sep-20219.4 KiB342233

gnome-ssh-askpass3.cH A D08-Sep-20218.8 KiB306209

gnome-ssh-askpass4.cH A D12-May-20266.9 KiB250138

ssh-copy-idH A D12-May-202614.1 KiB422285

ssh-copy-id.1H A D19-Feb-20257.1 KiB225222

sshd.pam.freebsdH A D30-Oct-2013183 64

sshd.pam.genericH A D30-Oct-2013410 98

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[1234]:
34
35Graphical passhrase requesters. Use "make gnome-ssh-askpass1" to build
36a variant for ancient GNOME desktop, "make gnome-ssh-askpass2"
37for a GTK 2-based one, "make gnome-ssh-askpass3" for a GTK 3-based one,
38or "make gnome-ssh-askpass4" for a version for modern GNOME.
39
40sshd.pam.generic:
41
42A generic PAM config file which may be useful on your system. YMMV
43
44sshd.pam.freebsd:
45
46A PAM config file which works with FreeBSD's PAM port. Contributed by
47Dominik Brettnacher <domi@saargate.de>
48
49findssl.sh:
50
51Search for all instances of OpenSSL headers and libraries and print their
52versions.  This is intended to help diagnose OpenSSH's "OpenSSL headers do not
53match your library" errors.
54
55aix:
56    Files to build an AIX native (installp or SMIT installable) package.
57
58caldera:
59    RPM spec file and scripts for building Caldera OpenLinuix packages
60
61cygwin:
62    Support files for Cygwin
63
64hpux:
65    Support files for HP-UX
66
67redhat:
68    RPM spec file and scripts for building Redhat packages
69
70suse:
71    RPM spec file and scripts for building SuSE packages
72
73