RekeyLimit 1G 1h
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 2
- Forks
- 30
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 5
Description
I can't set RekeyLimit 1G 1h via ssh::client::host_config_entry, it returns an error
Could not evaluate: Failed to save Augeas tree to file. See debug logs for details.
I was able to fix this by changing both simp/pupmod-simp-ssh and voxpupuli/puppet-augeasproviders_ssh to take an array for RekeyLimit and then passing in rekeylimit: [1G, 1h].
I can submit some PRs if this is not just user error on my part and if that fix is reasonable.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure through ssh::client::host_config_entry with RekeyLimit 1G 1h, then inspect how simp/pupmod-simp-ssh and voxpupuli/puppet-augeasproviders_ssh represent and pass RekeyLimit to Augeas. Done means the setting is accepted and the Augeas tree saves successfully without requiring the reported array workaround.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100