Skip to content

Instantly share code, notes, and snippets.

@inhji
Created January 21, 2018 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inhji/10ef4aca44a97fa0052f66a4309eda0d to your computer and use it in GitHub Desktop.
Save inhji/10ef4aca44a97fa0052f66a4309eda0d to your computer and use it in GitHub Desktop.
Install Trezor SSH Agent on Ubuntu 16.04
  1. pip wget https://bootstrap.pypa.io/get-pip.py && python ./get-pip.py
  2. libudev-dev and libusb-dev sudo apt-get install libudev-dev libusb-1.0-0-dev
  3. trezor-agent sudo pip install trezor_agent
  4. libtrezor sudo pip install -e git+https://github.com/trezor/python-trezor.git#egg=trezor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment