Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 21:17
· 7 commits to master since this release

This is the first release with the new name of Kadeessh. I will be trying to revive the development. Breaking changes should be expected as I'm trying to improve the function and experience. Goals for the next release:

  • To have friendly user experience for SSH certificates
  • Proper and complete Windows support

As always, feedback is welcome.

Changelog

  • b42b6dc actor_matcher: register MatchGroup type
  • ac88810 actor_matcher: register the MatchExtension and MatchCriticalOption types
  • d890664 authentication: tighten authentication
  • da220e0 bug: pty: do not spread the command slice supplied by the client
  • 1d980ce dep: swap os/user for github.com/tweekmonster/luser for more robust pure-go support
  • fdf5edb feat: implement semantically correct handling of shell/pty sessions across platforms
  • 4b3e639 pam: validate the user's account as part of the authentication flow (thank you, @porcupineyhairs)
  • 36463e0 pty: improve log message
  • 2eb47db pty: shell: ensure pty is closed at the end of the shell handle
  • 5120828 signer: don't error loading ECDSA signer if it doesn't exist
  • 82a18a7 signer: refactor