Poll: The most common way I've seen for SSH access to #Linux or #Unix servers (please boost for reach. TIA):
Username and password
29.6%
SSH authorized_keys (pub key)
65.4%
SSH Certificates
4%
Other (I will reply below)
1%
Poll ended at .
@nixCraft SSH keypair, saved in a TPM where possible. I recommend https://github.com/tpm2-software/tpm2-pkcs11/blob/master/docs/SSH.md for setup instructions.
tpm2-pkcs11/SSH.md at master · tpm2-software/tpm2-pkcs11

A PKCS#11 interface for TPM2 hardware. Contribute to tpm2-software/tpm2-pkcs11 development by creating an account on GitHub.

GitHub