#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

#234 in Command line utilities

Download history 118/week @ 2024-04-03 747/week @ 2024-04-10 173/week @ 2024-04-17

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