An open API service indexing awesome lists of open source software.

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

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)