summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh-copy-id
Commit message (Collapse)AuthorAgeFilesLines
* MFC r283001:eadler2015-06-101-1/+1
| | | | | | | ssh-copy-id: Add missing line continuation PR: 194301 Requested by: tuexen
* MFC r265256:eadler2014-08-211-1/+1
| | | | Syntax fix
* MFC r262645,r262647:eadler2014-03-082-6/+19
| | | | | | | | | | | | | | | 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.
* Add examples to the ssh-copy-id script.eadler2012-11-131-0/+3
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Clarify where the authorized_key file lives.eadler2012-11-121-2/+2
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Add the standard exit status to the ssh-copy-id man page.eadler2012-11-111-1/+3
| | | | | Approved by: bcr (mentor) MFC after: 3 days
* Be a bit more paranoid.eadler2012-11-101-19/+23
| | | | | | | | | 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
* Somehow this got replicated too many timeseadler2012-10-221-18/+0
| | | | Approved by: cperciva (implicit)
* Add a clean-room reimplementation of a script originallyeadler2012-10-223-0/+209
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
OpenPOWER on IntegriCloud