aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ssh-copy-id
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
| | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
* my copyright: some minor adjustmentsEitan Adler2018-05-192-2/+0
| | | | | | | | | | | | | - remove "all rights reserved" from my copyright on my extensive contributions - belatedly add my name to tuning.7 which I was a large contributor to several years ago This commit can also serve as implicit permission for any formatting or non-substantive changes that FreeBSD wishes to make in the future. Notes: svn path=/head/; revision=333893
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326276
* Merge from headBaptiste Daroussin2015-06-151-0/+11
|\ | | | | | | Notes: svn path=/projects/release-pkg/; revision=284410
| * Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| | * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| | * Merge sync of headSimon J. Gerraty2015-05-271-1/+1
| | |\ | | |/ | |/| | | | Notes: svn path=/projects/bmake/; revision=283595
| | * Merge head from 7/28Simon J. Gerraty2014-08-191-2/+2
| | |\ | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
| | * \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| | |\ \ | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265720
| | * \ \ Merge headSimon J. Gerraty2014-04-282-6/+19
| | |\ \ \ | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=265044
| | * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| | * | | | Sync with HEAD.David E. O'Brien2013-02-082-22/+31
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246555
| | * | | | | Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=242788
* | | | | | | MFH: r282615-r283655Glen Barber2015-05-281-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=283656
| * | | | | | ssh-copy-id: Add missing line continuationEitan Adler2015-05-161-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 194301 Reported by: pkubaj@riseup.net Patch by: Ross Kilgariff <rosskilgariff@gmail.com> Notes: svn path=/head/; revision=283001
* / | | | | Move ssh into a dedicated packageBaptiste Daroussin2015-03-051-0/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flag config files as "to be merged on upgrade" Notes: svn path=/projects/release-pkg/; revision=279674
* | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267773
* | | | | Fix date.Joel Dahl2014-06-151-1/+1
| |_|_|/ |/| | | | | | | | | | | Notes: svn path=/head/; revision=267501
* | | | Fix syntax error with modern shellsEitan Adler2014-05-031-1/+1
| |_|/ |/| | | | | | | | | | | | | | | | | Submitted by: multiple Notes: svn path=/head/; revision=265256
* | | ssh-copy-id: add restorecon callEitan Adler2014-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 Notes: svn path=/head/; revision=262647
* | | ssh-copy-id: avoid sending private keys; add -v optionEitan Adler2014-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 Notes: svn path=/head/; revision=262645
* | Add examples to the ssh-copy-id script.Eitan Adler2012-11-131-0/+3
| | | | | | | | | | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=242962
* | Clarify where the authorized_key file lives.Eitan Adler2012-11-121-2/+2
| | | | | | | | | | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=242918
* | Add the standard exit status to the ssh-copy-id man page.Eitan Adler2012-11-111-1/+3
| | | | | | | | | | | | | | | | Approved by: bcr (mentor) MFC after: 3 days Notes: svn path=/head/; revision=242896
* | Be a bit more paranoid.Eitan Adler2012-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 Notes: svn path=/head/; revision=242848
* Somehow this got replicated too many timesEitan Adler2012-10-221-18/+0
| | | | | | | Approved by: cperciva (implicit) Notes: svn path=/head/; revision=241881
* Add a clean-room reimplementation of a script originallyEitan Adler2012-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 Notes: svn path=/head/; revision=241862