__ssh_authorized_keys: Add --keyfile option #348

Open
matthijs wants to merge 1 commits from matthijs/cdist:add-ssh-authorized-keys-keyfile-option into master
First-time contributor

This allows storing keys to add in a file instead of having to hardcode
them in the manifest.

(Note that I originally tried to create this PR on github, but the master branch there does not seem to have been updated for a year, so that didn't produce a proper PR)

This allows storing keys to add in a file instead of having to hardcode them in the manifest. (Note that I originally tried to create this PR on github, but the master branch there does not seem to have been updated for a year, so that didn't produce a proper PR)
matthijs added 1 commit 2022-08-30 15:51:00 +00:00
a45f87e015 __ssh_authorized_keys: Add --keyfile option
This allows storing keys to add in a file instead of having to hardcode
them in the manifest.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b matthijs-add-ssh-authorized-keys-keyfile-option master
git pull add-ssh-authorized-keys-keyfile-option

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff matthijs-add-ssh-authorized-keys-keyfile-option
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#348
No description provided.