mirror of
https://github.com/buildplan/du_setup.git
synced 2026-04-26 10:35:51 +03:00
-
v0.80.0 Stable
released this
2026-01-19 16:43:13 +03:00 | 24 commits to main since this release📅 Originally published on GitHub: Mon, 19 Jan 2026 13:44:14 GMT
🏷️ Git tag created: Mon, 19 Jan 2026 13:43:13 GMTWhat's Changed
- Added
configure_2fafunction that sets up TOTP-based MFA for the user. - Configures SSH to require
AuthenticationMethods publickey,keyboard-interactive. This enforces a "Key + Code" (or Key + Code + Password) requirement, preventing access if only the private key is compromised. - Generates and displays the QR code directly in the terminal (via
qrencode). - Includes a "safe rollback" verification step: users must verify a successful login in a new terminal before changes are permanently applied.
- Extracted
show_connection_optionsfromconfigure_sshinto a global helper function to support connection instructions in both SSH and 2FA setup stages. - Updated the final summary report to indicate 2FA status.
Full Changelog: https://github.com/buildplan/du_setup/compare/v0.79.1...v0.80.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added