keyhelper

Crates.iokeyhelper
lib.rskeyhelper
version0.2.1
sourcesrc
created_at2024-04-09 12:54:54.174464
updated_at2024-04-15 14:00:45.292652
descriptionunnecessary SSH-key manager mainly for my pleasure
homepage
repositoryhttps://github.com/nrdrch/keyhelper
max_upload_size
id1202324
size23,405
Lukas aka sticky aka MoeJoe (nrdrch)

documentation

README

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

Commit count: 28

cargo fmt