Closed nl6720 closed 4 months ago
$ ssh-keygen -t ecdsa -b 384 -f ~/.ssh/id_ecdsa-TEST" ... $ ssh-tpm-keygen --import ~/.ssh/id_ecdsa-TEST -b 384 Sealing an existing public/private key pair. 2024/06/24 16:40:48 bcrypt_pbkdf: empty password
ssh-keygen launches the ksshaskpass password input dialog window, while ssh-tpm-keygen doesn't.
ssh-keygen
ksshaskpass
ssh-tpm-keygen
$ printenv SSH_ASKPASS SSH_ASKPASS_REQUIRE /usr/bin/ksshaskpass prefer
Using: ssh-tpm-agent 0.5.0-1 ksshaskpass 6.1.0-1
Simple ssh usage fails too.
ssh
time=2024-06-24T17:08:17.314+03:00 level=INFO msg="agent 13: failed to sign: TPM_RC_AUTH_FAIL (session 1): the authorization HMAC check failed and DA counter incremented"
ssh-keygen
launches theksshaskpass
password input dialog window, whilessh-tpm-keygen
doesn't.Using: ssh-tpm-agent 0.5.0-1 ksshaskpass 6.1.0-1