trezor-agent

Hardware SSH/GPG agent for Trezor and Ledger devices

brewmacoslinux
Try with needOr install directly
Source

About

Hardware SSH/GPG agent for Trezor and Ledger

Commands

trezor-agent

Examples

Initialize SSH agent for Trezor device$ trezor-agent --initialize
Export SSH public key from Trezor$ trezor-agent -e ssh
Use Trezor device as SSH agent for git operations$ eval $(trezor-agent --shell) && git clone <repo>