You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the-bastion/doc/release-notes/v3.07.00.md

1.4 KiB

💡 Highlights

The two main features of this version are:

  • The support of the Duo PAM auth as MFA (see #249 for more information)
  • A new access setup option, --force-password, which is similar to --force-key, but to be used when a specific egress password is required instead of a specific SSH key for a given host. Note that this doesn't work for guest group accesses yet, which will be implemented in a future version. More information can be found in #256.

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

📌 Changes

  • feat: add support for Duo PAM auth as MFA (#249)
  • feat: new access option: --force-password <HASH>, to only try one specific egress password (#256, thanks @madchrist)
  • fix: add helpers handling of SIGPIPE/SIGHUP
  • fix: avoid double-close log messages on SIGHUP
  • fix: --self-password was missing as a -P synonym (#257, thanks @madchrist)
  • fix: tests under OpenSUSE (fping raw sockets)
  • chore: ensure proper Getopt::Long options are set everywhere
  • chore: move HEXIT() to helper module, use HEXIT only in helpers
  • chore: factorize helpers header

Upgrading