summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh-copy-id
Commit message (Collapse)AuthorAgeFilesLines
* Merge from headbapt2015-06-151-0/+11
|\
| * Add META_MODE support.sjg2015-06-131-0/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| | |
| | * Merge sync of headsjg2015-05-271-1/+1
| | |\ | | |/ | |/|
| | * Merge head from 7/28sjg2014-08-191-2/+2
| | |\
| | * \ Merge from headsjg2014-05-081-1/+1
| | |\ \
| | * \ \ Merge headsjg2014-04-282-6/+19
| | |\ \ \
| | * | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | |
| | * | | | Sync with HEAD.obrien2013-02-082-22/+31
| | |\ \ \ \
| | * | | | | Updated/new Makefile.dependsjg2012-11-081-0/+14
| | | | | | |
* | | | | | | MFH: r282615-r283655gjb2015-05-281-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation
| * | | | | | ssh-copy-id: Add missing line continuationeadler2015-05-161-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 194301 Reported by: pkubaj@riseup.net Patch by: Ross Kilgariff <rosskilgariff@gmail.com>
* | | | | | Move ssh into a dedicated packagebapt2015-03-051-0/+1
|/ / / / / | | | | | | | | | | | | | | | Flag config files as "to be merged on upgrade"
* | | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
* | | | | Fix date.joel2014-06-151-1/+1
| |_|_|/ |/| | |
* | | | Fix syntax error with modern shellseadler2014-05-031-1/+1
| |_|/ |/| | | | | | | | Submitted by: multiple
* | | ssh-copy-id: add restorecon calleadler2014-03-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | 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. MFC After: 1 week Idea from: https://bugzilla.redhat.com/show_bug.cgi?id=739989
* | | ssh-copy-id: avoid sending private keys; add -v optioneadler2014-03-012-6/+16
| |/ |/| | | | | | | | | | | | | | | | | | | | | 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. Reported by: dweimer <dweimer@dweimer.net> Reported by: feld MFC After: 1 week
* | 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