https://github.com/fdv/ledger-agent-add
A wrapper using Ledger agent to create new SSH identities
https://github.com/fdv/ledger-agent-add
Last synced: 8 months ago
JSON representation
A wrapper using Ledger agent to create new SSH identities
- Host: GitHub
- URL: https://github.com/fdv/ledger-agent-add
- Owner: fdv
- License: mit
- Created: 2018-04-08T14:26:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T17:25:51.000Z (about 4 years ago)
- Last Synced: 2025-07-14T06:31:28.970Z (12 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 11
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ledger Agent Add
A wrapper using Ledger agent to:
* Generates a new SSH key for your user@host.
* Adds the new identity to the ~/.ssh/ledger.conf file
* Adds the new host to your ~/.ssh/config file
* Reloads the Ledger Agent with all your identities (in the current shell only)
Usage:
```
./ledger-agent-add user@host
```
Read more at [A Step by Step Guide to Securing your SSH Keys with the Ledger Nano S](https://thoughts.t37.net/a-step-by-step-guide-to-securing-your-ssh-keys-with-the-ledger-nano-s-92e58c64a005)