Foxboron / ssh-tpm-agent

:computer: :key: ssh-agent for TPMs
MIT License
354 stars 20 forks source link

Don't add suffix if user added it already #25

Closed jtagcat closed 1 year ago

jtagcat commented 1 year ago
$ ssh-tpm-keygen
Generating a sealed public/private ecdsa key pair.
Enter file in which to save the key (/home/jc/.ssh/id_ecdsa): /home/jc/.ssh/hh-8192_ecdsa.tpm
Enter pin (empty for no pin):
Confirm pin:
Your identification has been saved in /home/jc/.ssh/hh-8192_ecdsa.tpm.tpm

Expected. Your identification has been saved in /home/jc/.ssh/hh-8192_ecdsa.tpm

sagar2395 commented 1 year ago

@jtagcat i would like to work on this issue