Last active
December 3, 2020 23:08
-
-
Save jdauphant/5d7559a01c9d7590501539d5c1b4a909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Missing step in this article : https://blog.ledger.com/ssh/ | |
# Tested on Pop OS 20.04 | |
# If you get compilation error on "pip3 install ledger_agent" : | |
sudo apt install libusb-1.0-0-dev libudev-dev | |
pip3 install ledger_agent | |
# If you get "File "hid.pyx", line 74, in hid.device.open_path / OSError: open failed" | |
# You need udev rules from : https://support.ledger.com/hc/en-us/articles/115005165269-What-if-Ledger-Wallet-is-not-recognized-on-Linux- | |
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash | |
# If you get "ledgerblue.commException.CommException: Exception : Invalid status 6804 (Unknown reason)" -> unlock your ledger and open the SSH app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment