Skip to content

romanz/trezor-agent

Repository files navigation

Hardware-based SSH/GPG/age agent

Build Chat

This project allows you to use various hardware security devices to operate GPG, SSH and age. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the designhere.

You can do things like sign your emails, git commits, and software packages, manage your passwords (withpassandpassage,among others), authenticate web tunnels and file transfers, and more.

See the following blog posts about this tool:

CurrentlyTREZOR One,TREZOR Model T,Keepkey,Blockstream Jade,Ledger Nano S,andOnlyKeyare supported.

Components

This repository contains source code for one library as well as agents to interact with several different hardware devices:

Documentation

  • Installationinstructions arehere
  • SSHinstructions and common use cases arehere
  • GPGinstructions and common use cases arehere
  • ageinstructions and common use cases arehere
  • Instructions to configure a Trezor-stylePIN entryprogram arehere
  • Instructions for using the tools on Windows arehere