Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-16 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | Damien Miller | |
executed if mktemp failed; bz#2105 ok dtucker@ | |||
2013-03-22 | - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil | Damien Miller | |
Hands' greatly revised version. | |||
2011-08-17 | - (djm) [contrib/ssh-copy-id] Missing backlslash; spotted by | Damien Miller | |
bisson AT archlinux.org | |||
2011-08-12 | - (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to the | Damien Miller | |
identify file contained whitespace. bz#1828 patch from gwenael.lambrouin AT gmail.com; ok dtucker@ | |||
2010-08-10 | - (dtucker) bug #1530: strip trailing ":" from hostname in ssh-copy-id. | Darren Tucker | |
based in part on a patch from Colin Watson, ok djm@ | |||
2010-06-18 | - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~ | Damien Miller | |
rather than assuming that $CWD == $HOME. bz#1500, patch from timothy AT gelter.com | |||
2010-03-26 | - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys; | Damien Miller | |
bz#1723 patch from Adeodato Simó via Colin Watson; ok dtucker@ | |||
2009-01-21 | - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: Make | Damien Miller | |
ssh-copy-id copy id_rsa.pub by default (instead of the legacy "identity" key). Patch from cjwatson AT debian.org | |||
2008-01-20 | - (djm) Silence noice from expr in ssh-copy-id; patch from | Damien Miller | |
mikel AT mikelward.com | |||
2004-08-30 | - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability | Darren Tucker | |
of shell constructs. Patch from cjwatson at debian.org. | |||
2004-01-05 | - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails. Patch from | Darren Tucker | |
cjwatson at debian.org. | |||
2003-01-03 | - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch from | Damien Miller | |
cjwatson@debian.org | |||
2001-10-08 | - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys. | Ben Lindstrom | |
Prompted by Matthew Vernon <matthew@sel.cam.ac.uk> | |||
2000-03-15 | - Created contrib/ subdirectory. Included helpers from Phil Hands' | Damien Miller | |
Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc@clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - Slight cleanup to doc files |