#ssh-key #manager #mainly #pleasure

app keyhelper

unnecessary SSH-key manager mainly for my pleasure

2 releases

0.2.1 Apr 15, 2024
0.2.0 Apr 15, 2024
0.1.9 Apr 15, 2024

#290 in Command line utilities

Download history 217/week @ 2024-04-08 821/week @ 2024-04-15

1,038 downloads per month

GPL-3.0+

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–8.5MB
~45K SLoC