| SSH-TPM-ADD(1) | ssh-tpm-add manual | SSH-TPM-ADD(1) |
NAME
ssh-tpm-add - adds private keys to the *ssh-tpm-agent*
SYNOPSIS
ssh-tpm-add [-c]
ssh-tpm-add [-c] [PATH ...]
DESCRIPTION
ssh-tpm-add adds TPM wrapped private keys to ssh-tpm-agent(1). Any specified keys as arguments are added to the running agent.
It requires the environment variable SSH_TPM_AUTH_SOCK to point at an active UNIX domain socket with an agent listening.
If no files are given it will try to load the default keys ~/.ssh/id_ecdsa.tpm and ~/.ssh/id_rsa.tpm.
OPTIONS
-c
ENVIRONMENT
SSH_TPM_AUTH_SOCK
Default to /var/tmp/ssh-tpm-agent.sock.
FILES
~/ssh/id_rsa.tpm, ~/ssh/id_ecdsa.tpm
~/ssh/id_rsa.pub, ~/ssh/id_ecdsa.pub
SEE ALSO
ssh-add(1), ssh-agent(1), ssh(1), ssh-tpm-keygen(1), ssh-keygen(1)
NOTES, STANDARDS AND OTHER
ASN.1 Specification for TPM 2.0 Key Files https://www.hansenpartnership.com/draft-bottomley-tpm2-keys.html
| 2026-08-10 | ssh-tpm-agent v0.9.0 |