Bug #12691
openSupport encrypted ``config.xml`` files when restoring during install
0%
Description
Add a password prompt to bsdinstall if config.xml is encrypted, and skip it on <ENTER>
see ECL encrypted config.xml: #12685
Updated by Viktor Gurov 4 months ago
Updated by Viktor Gurov 4 months ago
- Status changed from New to Pull Request Review
Updated by Jim Pingle 4 months ago
- Assignee set to Viktor Gurov
- Target version set to CE-Next
- Plus Target Version set to 22.05
Updated by Viktor Gurov 3 months ago
- Status changed from Pull Request Review to Feedback
Updated by Jim Pingle about 2 months ago
- Subject changed from Allow to load encrypted config.xml during install to Support encrypted ``config.xml`` files when restoring during install
Updating subject for release notes.
Updated by Jordan Greene 29 days ago
was able to successfully load password protected config.xml from flash drive by rerooting from the console menu with 22.05-DEVELOPMENT-20220423-0600. Password is not masked at prompt and then config.xml is stored on drive sans password after the restore process.
Updated by Viktor Gurov 28 days ago
- Status changed from Feedback to New
Jordan Greene wrote in #note-7:
was able to successfully load password protected config.xml from flash drive by rerooting from the console menu with 22.05-DEVELOPMENT-20220423-0600. Password is not masked at prompt and then config.xml is stored on drive sans password after the restore process.
Hide characters in password prompt:
https://gitlab.netgate.com/pfSense/FreeBSD-src/-/merge_requests/73
Updated by Jim Pingle 27 days ago
- Status changed from New to Pull Request Review
Updated by Viktor Gurov 27 days ago
- Status changed from Pull Request Review to Feedback
Updated by Jim Pingle 13 days ago
- Status changed from Feedback to In Progress
- Assignee changed from Viktor Gurov to Jim Pingle
This introduced a syntax error. Fix incoming.