summaryrefslogtreecommitdiffstats
path: root/contrib/ssh-copy-id (follow)
Commit message (Expand)AuthorAgeFilesLines
* make sure that usage & man page matchPhilip Hands2024-08-171-1/+1
* update copyright noticesPhilip Hands2024-08-171-1/+1
* restore optionality of -i's argumentPhilip Hands2024-08-171-1/+17
* avoid exploring .ssh/id*.pub subdirectoriesPhilip Hands2024-08-171-1/+1
* ensure that we're always told the source of keysPhilip Hands2024-08-171-1/+2
* add $HOME to ERROR if one cannot write to ~/.sshPhilip Hands2024-08-171-1/+1
* assert that SCRATCH_DIR is a writable directoryPhilip Hands2024-08-171-0/+11
* quote to avoid potential for word splittingPhilip Hands2024-08-171-6/+6
* ensure ERROR output goes to STDERRPhilip Hands2024-08-171-4/+4
* avoid extra space when no arg given to -i optionPhilip Hands2024-08-171-1/+1
* put the -i before -[pP] (matching man pages)Philip Hands2024-08-171-1/+1
* Minor space issue fixedShreyas Mahangade2024-08-171-1/+1
* Show identity file in 'ssh' commandShreyas Mahangade2024-08-171-1/+1
* fixup! if -s & -p specified, mention 'sftp -P' onPhilip Hands2023-05-251-3/+4
* if -s & -p specified, mention 'sftp -P' on successPhilip Hands2023-05-251-3/+7
* drop whitespacePhilip Hands2023-05-251-1/+1
* make -x also apply to the target scriptPhilip Hands2023-05-251-0/+2
* add -t option to specify the target pathPhilip Hands2023-05-251-13/+16
* Fix test error for /bin/sh on Solaris 10 and olderCarlos Rodríguez Gili2023-05-251-1/+2
* Remove outdated commentJakub Jelen2023-05-251-1/+0
* Special case OpenWrt instead of Dropbear.Darren Tucker2023-05-251-13/+10
* ssh-copy-id: add -x option (for debugging)Philip Hands2023-05-251-2/+6
* update copyright noticesPhilip Hands2023-05-251-1/+1
* tidy the $INSTALLKEY_SH code layout a littlePhilip Hands2021-02-251-5/+5
* if unable to add a missing newline, failJakub Jelen2021-02-251-1/+1
* use $AUTH_KEY_DIR, now that we have itPhilip Hands2021-02-251-3/+3
* restorecon the correct directoryJakub Jelen2021-02-251-1/+1
* shift contents of long $() into filter_ids()Philip Hands2020-10-131-38/+40
* combine if/elif to avoid duplication of the actionPhilip Hands2020-10-131-4/+5
* shellcheck tidyagePhilip Hands2020-10-131-3/+7
* tidy up test of $SCRATCH_DIR creationPhilip Hands2020-10-131-8/+6
* add -s flag: to install keys via SFTPPhilip Hands2020-10-131-27/+72
* un-nest $() to make ksh cheerfulPhilip Hands2020-10-031-1/+2
* ksh doesn't grok 'local'Philip Hands2020-10-031-6/+5
* Fix `EOF: command not found` error in ssh-copy-idOleg2020-10-031-1/+2
* sync with upstream ssh-copy-id rev f0da1a1b7Damien Miller2020-09-221-78/+80
* sync contrib/ssh-copy-id with upstreamDamien Miller2017-10-011-4/+11
* Quote variables that may contain whitespace.Darren Tucker2016-03-131-5/+5
* sync ssh-copy-id with upstream 783ef08b0a75Damien Miller2016-02-161-18/+35
* - (dtucker) [contrib/ssh-copy-id] bz#2117: Use portable operator in test.Darren Tucker2013-06-051-1/+1
* - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to beDamien Miller2013-05-161-1/+8
* - (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to PhilDamien Miller2013-03-221-35/+274
* - (djm) [contrib/ssh-copy-id] Missing backlslash; spotted byDamien Miller2011-08-171-1/+1
* - (djm) [contrib/ssh-copy-id] Fix failure for cases where the path to theDamien Miller2011-08-121-1/+1
* - (dtucker) bug #1530: strip trailing ":" from hostname in ssh-copy-id.Darren Tucker2010-08-101-2/+5
* - (djm) [contrib/ssh-copy-id] Update key file explicitly under ~Damien Miller2010-06-181-2/+3
* - (djm) [contrib/ssh-copy-id] Don't blow up when the agent has no keys;Damien Miller2010-03-261-1/+1
* - (djm) [contrib/ssh-copy-id.1 contrib/ssh-copy-id] bz#1492: MakeDamien Miller2009-01-211-2/+2
* - (djm) Silence noice from expr in ssh-copy-id; patch fromDamien Miller2008-01-191-1/+1
* - (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portabilityDarren Tucker2004-08-301-1/+1