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