History log of /freebsd-10.1-release/usr.bin/ssh-copy-id/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


270257 21-Aug-2014 eadler

MFC r265256:
Syntax fix


262922 08-Mar-2014 eadler

MFC r262645,r262647:
ssh-copy-id: avoid sending private keys; add -v option

To help avoid confusion: when attempting to send a key file check to see if a
file of the same name exists with a '.pub' suffix and send that instead. This
mimics the behavior of other ssh-copy-id scripts.

Add -v passthrough.

ssh-copy-id: add restorecon call

In certain situations when creating an authorized_key file on a Linux machine
restorecon(1) may need to be called. Therefore, attempt to run it if it exists.


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


242962 13-Nov-2012 eadler

Add examples to the ssh-copy-id script.

Approved by: bcr (mentor)
MFC after: 3 days


242918 12-Nov-2012 eadler

Clarify where the authorized_key file lives.

Approved by: bcr (mentor)
MFC after: 3 days


242896 11-Nov-2012 eadler

Add the standard exit status to the ssh-copy-id man page.

Approved by: bcr (mentor)
MFC after: 3 days


242848 10-Nov-2012 eadler

Be a bit more paranoid.
Use more portable constructs in order to allow upstream adoption
Add per-file error messages

Reviewed by: jilles
Approved by: cperciva
MFC after: 1 week


241881 22-Oct-2012 eadler

Somehow this got replicated too many times

Approved by: cperciva (implicit)


241862 22-Oct-2012 eadler

Add a clean-room reimplementation of a script originally
found in openssh's contrib directory.

This version has more features and is better written.
I intend to submit this upstream as well.

Reviewed by: bapt
Reviewed by: des
Approved by: cperciva
MFC after: 1 week