security/acme-client: add button to update SFTP/SSH host keys
@fraenki is already working on this.
Since Jun 25, 2024.
- Dominant language
- PHP
- Stars
- 1.2k
- Forks
- 863
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 10
Description
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
- I have read the contributing guide lines at https://github.com/opnsense/plugins/blob/master/CONTRIBUTING.md
- I have searched the existing issues, open and closed, and I'm convinced that mine is new.
- When the request is meant for an existing plugin, I've added its name to the title.
Is your feature request related to a problem? Please describe.
Currently the SFTP automation does not offer a way to update the SFTP/SSH host key. When the host key changes, the SFTP automations fails to connect to the target host.
Describe the solution you'd like
A new button should be added to purge or update the host key. Maybe Purge Host Keys...
Describe alternatives you've considered
It is possible to manually purge an outdated host key from /var/etc/acme-client/sftp-config/known_hosts, but that's cumbersome and error-prone.
Additional context
none
Contributor guide
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.
Assessment
This issue has not been assessed yet.