Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

OpenSSH Client

Iwan Timmer edited this page Feb 10, 2018 · 3 revisions

SSH Usage

  1. Create configuration file and change it for your setup
cp config.sample ~/.tpm2/config
  1. Extract public key
ssh-keygen -D libtpm2-pk11.so
  1. Use your TPM key
ssh -I libtpm2-pk11.so ssh.example.com

or add the PKCS#11 module to your ssh config in ~/.ssh/config:

Host *
    PKCS11Provider libtpm2-pk11.so
Clone this wiki locally