]> andersk Git - openssh.git/blob - contrib/README
- (stevesk) OpenSSH CVS update:
[openssh.git] / contrib / README
1 Other patches and addons for OpenSSH. Please send submissions to 
2 djm@ibs.com.au
3
4 Elsewhere
5 ---------
6
7 http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows 
8 ProxyCommand which allows OpenSSH to make connections through a SOCKS5
9 or http proxy which supports the CONNECT method (eg. Squid).
10
11 In this directory
12 -----------------
13
14 chroot.diff:
15
16 Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the
17 wu-ftpd style magic home directories (containing '/./'). More details in
18 the head of the patch itself.
19
20 make-ssh-known-hosts:
21
22 Tero Kivinen's <Tero.Kivinen@hut.fi> PERL script to generate
23 ssh_known_hosts files by trawling tjhrough the DNS. More details in the
24 manpage.
25
26 ssh-copy-id:
27
28 Phil Hands' <phil@hands.com> shell script to automate the process of adding
29 your public key to a remote machine's ~/.ssh/authorized_keys file.
30
31 gnome-ssh-askpass:
32
33 A GNOME passphrase requester of my own creation. Compilation instructions
34 are in the top of the file.
35
36 sshd.pam.generic:
37
38 A generic PAM config file which may be useful on your system. YMMV
39
40 sshd.pam.freebsd
41
42 A PAM config file which works with FreeBSD's PAM port. Contributed by
43 Dominik Brettnacher <domi@saargate.de>
44
45 redhat:
46
47 RPM spec file an scripts for building Redhat packages
48
49 suse:
50
51 RPM spec file an scripts for building SuSE packages
52
53
54 Externally maintained
55 ---------------------
56
57 liblogin:
58
59 liblogin is Andre Lucas' cross platform login library. It handles all the 
60 yucky details of wtmp, utmp and lastlog (which every OS vendor has
61 seen fit to implement differently) in one clean library.
62
63 OpenSSH will require liblogin in the near future, but for now it is 
64 recommended for users with login logging problems or curiosity.
65
66 http://dspace.dial.pipex.com/andre.lucas/liblogin.html
67
68 X11 SSH Askpass:
69
70 Jim Knoble <jmknoble@pobox.com> has written an excellent X11
71 passphrase requester. This is highly recommended:
72
73 http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
74
This page took 0.072583 seconds and 5 git commands to generate.