Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ This agent is compatible with the third party SSH/PGP host client from Roman Zey

You can also use the SSH functionalities with the following instructions using Python 2 :

Run getPublicKey.py to get the public key in SSH format, to be added to your authorized keys on the target
Install dependencies first, for example in a Debian-based distro you would do:

```
sudo apt-get install libudev-dev libusb-1.0-0-dev
pip install ledgerblue
```

Then run getPublicKey.py to get the public key in SSH format, to be added to your authorized keys on the target

```
python getPublicKey.py
Expand Down