__ssh_authorized_keys: Add --keyfile option #348

Open
matthijs wants to merge 1 commit 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
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.
View command line instructions

Checkout

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

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff matthijs-add-ssh-authorized-keys-keyfile-option
git checkout matthijs-add-ssh-authorized-keys-keyfile-option
git rebase master
git checkout master
git merge --ff-only matthijs-add-ssh-authorized-keys-keyfile-option
git checkout matthijs-add-ssh-authorized-keys-keyfile-option
git rebase master
git checkout master
git merge --no-ff matthijs-add-ssh-authorized-keys-keyfile-option
git checkout master
git merge --squash matthijs-add-ssh-authorized-keys-keyfile-option
git checkout master
git merge --ff-only matthijs-add-ssh-authorized-keys-keyfile-option
git checkout master
git merge 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 participant
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.