mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-19 16:40:15 +00:00
d3a185709d
<tibbs@math.uh.edu> - (djm) OpenBSD CVS updates: - todd@cvs.openbsd.org [sshconnect2.c] teach protocol v2 to count login failures properly and also enable an explanation of why the password prompt comes up again like v1; this is NOT crypto - markus@cvs.openbsd.org [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8] xauth_location support; pr 1234 [readconf.c sshconnect2.c] typo, unused [session.c] allow use_login only for login sessions, otherwise remote commands are execed with uid==0 [sshd.8] document UseLogin better [version.h] OpenSSH 2.1.1 [auth-rsa.c] fix match_hostname() logic for auth-rsa: deny access if we have a negative match or no match at all [channels.c hostfile.c match.c] don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org |
||
---|---|---|
.. | ||
redhat | ||
suse | ||
chroot.diff | ||
gnome-ssh-askpass.c | ||
make-ssh-known-hosts.1 | ||
make-ssh-known-hosts.pl | ||
README | ||
ssh-copy-id | ||
ssh-copy-id.1 | ||
sshd.pam.freebsd | ||
sshd.pam.generic |
Other patches and addons for OpenSSH. Please send submissions to djm@ibs.com.au In this directory ----------------- chroot.diff: Ricardo Cerqueira's <rmcc@clix.pt> patch to enable chrooting using the wu-ftpd style magic home directories (containing '/./'). More details in the head of the patch itself. make-ssh-known-hosts: Tero Kivinen's <Tero.Kivinen@hut.fi> PERL script to generate ssh_known_hosts files by trawling tjhrough the DNS. More details in the manpage. ssh-copy-id: Phil Hands' <phil@hands.com> shell script to automate the process of adding your public key to a remote machine's ~/.ssh/authorized_keys file. gnome-ssh-askpass: A GNOME passphrase requester of my own creation. Compilation instructions are in the top of the file. sshd.pam.generic: A generic PAM config file which may be useful on your system. YMMV sshd.pam.freebsd A PAM config file which works with FreeBSD's PAM port. Contributed by Dominik Brettnacher <domi@saargate.de> redhat: RPM spec file an scripts for building Redhat packages suse: RPM spec file an scripts for building SuSE packages Externally maintained --------------------- liblogin: liblogin is Andre Lucas' cross platform login library. It handles all the yucky details of wtmp, utmp and lastlog (which every OS vendor has seen fit to implement differently) in one clean library. OpenSSH will require liblogin in the near future, but for now it is recommended for users with login logging problems or curiosity. http://dspace.dial.pipex.com/andre.lucas/liblogin.html X11 SSH Askpass: Jim Knoble <jmknoble@pobox.com> has written an excellent X11 passphrase requester. This is highly recommended: http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html