2 releases
0.2.1 | Apr 15, 2024 |
---|---|
0.2.0 | Apr 15, 2024 |
0.1.9 |
|
#1164 in Command line utilities
35 downloads per month
19KB
411 lines
keyhelper - unnecessary SSH-key manager mainly for my pleasure
Installation
cargo install keyhelper
more
Potential Dependencies:
Alternative Method
git clone https://github.com/nrdrch/keyhelper.git
cd keyhelper
cargo build --release
- Preferably move the executable from target/release into a directory in your 'Path' enviorment variable for easy execution.
Option | Description | Example |
---|---|---|
-n KeyName | Create SSH-Key and name it | keyhelper -n pi |
-p PassPhrase | Add Passphrase | keyhelper -n pi -p your-passphrase (optional) |
-rm KeyName | Remove SSH-Key by name | keyhelper -rm pi |
-l | List files in .ssh | keyhelper -l |
-c KeyName User@IP | Copy SSH Key to remote host | keyhelper -c pi pi@192.168.178.40 |
Dependencies
~0.2–7MB
~41K SLoC