Skip to content

v3.06.00

Compare
Choose a tag to compare
@speed47 speed47 released this 20 Oct 11:49
· 317 commits to master since this release

💡 Highlights

The main new feature of this version is the --pubkey-auth-optional option to accountModify, to tag some accounts so that they don't need a public key for the ingress connection, but only a password (and maybe a TOTP). Of course, as passwords are always less secure than public-key authentication, please only use it for specific use cases you may have. #237 for more details, along with the specific upgrade instructions (see below).

A more complete list of changes can be found below, for an exhaustive (and boring) list, please refer to the commit log.

📌 Changes

  • feat: accountModify: add --pubkey-auth-optional (#237, thanks @madchrist)
  • fix: accountPIV: fix bad autocompletion rule
  • fix: groupdel: false positive in lock contention detection
  • doc: bastion.conf: add superowner system group requirement

⏩ Upgrading