This repository contains all information required for setting up the ledger nano S as an SSH agent
This is a good approach to getting it working with the fewest snags:
- Install python 27
- install libusb
sudo apt-get install libusb-1.0-0-dev
- Install python-dev
sudo apt-get install python-dev
- Install udev
sudo apt-get install -y libudev-dev
- Install windows visual studio compiler thingy using github or web archive
- install modified version of ecpy-1.2.3 (using https://stackoverflow.com/a/57698142 )
- pip install wheel
- pip install Cython
- You have 3 options to install hidapi, try them in this order:
- pip install hidapi
- pip install hidapi==0.9.0.post3 (newer versions didn't work for me, use 0.9.0.post3 instead)
- Install hidapi via the windows-setup.py script -> https://github.com/gbishop/cython-hidapi
- pip install ledgerblue
In case you run into a dead end, try these
- pip install -U setuptools