v0.6.0
The release is signed with C100 3466 7663 4E80 C940 FB9E 9C02 FF41 9FEC BE16
.
New Features
Support for SSH certificates
ssh-tpm-add
will now look for cert.pub
files in the working directory when adding new files to the agent. The agent has also learned how to show the certificates to the ssh client.
Support for ssh-tpm-ca-authority
ssh-tpm-ca-authority
is a project to try and provision short-lived device and identity bound SSH certificates. It's currently POC quality, but ssh-tpm-add
has learned how to fetch these certificates for demo purposes.
Misc fixes
- The askpass prompt will now be the standard openssh prompt string. This is to enable caching implemented by some agents.
Bug fixes
- askpass programs will now be looked for in the
SSH_ASKPASS
environment flag as intended. ssh-tpm-agent
would not report any errors if it failed to find an askpass binary. This has been fixed
Full Changelog: v0.5.0...v0.6.0