summaryrefslogtreecommitdiffstats
path: root/contrib/ssh-copy-id
AgeCommit message (Expand)Author
2020-10-13shift contents of long $() into filter_ids()Philip Hands
2020-10-13combine if/elif to avoid duplication of the actionPhilip Hands
2020-10-13shellcheck tidyagePhilip Hands
2020-10-13tidy up test of $SCRATCH_DIR creationPhilip Hands
2020-10-13add -s flag: to install keys via SFTPPhilip Hands
2020-10-03un-nest $() to make ksh cheerfulPhilip Hands
2020-10-03ksh doesn't grok 'local'Philip Hands
2020-10-03Fix `EOF: command not found` error in ssh-copy-idOleg
2020-09-22sync with upstream ssh-copy-id rev f0da1a1b7Damien Miller
2017-10-01sync contrib/ssh-copy-id with upstreamDamien Miller
2016-03-14Quote variables that may contain whitespace.Darren Tucker
2016-02-16sync ssh-copy-id with upstream 783ef08b0a75Damien Miller
2013-06-05 - (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.Darren Tucker
2013-05-16 - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to beDamien Miller
2013-03-22 - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to PhilDamien Miller
2011-08-17 - (djm) [contrib/ssh-copy-id] Missing backlslash; spotted byDamien Miller
2011-08-12 - (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to theDamien Miller
2010-08-10 - (dtucker) bug #1530: strip trailing ":" from hostname in ssh-copy-id.Darren Tucker
2010-06-18 - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~Damien Miller
2010-03-26 - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys;Damien Miller
2009-01-21 - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: MakeDamien Miller
2008-01-20 - (djm) Silence noice from expr in ssh-copy-id; patch fromDamien Miller
2004-08-30 - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portabilityDarren Tucker
2004-01-05 - (dtucker) [contrib/ssh-copy-id] Bug #781: exit if ssh fails. Patch fromDarren Tucker
2003-01-03 - (djm) Bug #461: ssh-copy-id fails with no arguments. Patch fromDamien Miller
2001-10-08 - (bal) ssh-copy-id corrected permissions for .ssh/ and authorized_keys.Ben Lindstrom
2000-03-15 - Created contrib/ subdirectory. Included helpers from Phil Hands'Damien Miller