No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-07-20 13:26:54 -04:00
src Fix finding vault.json when terminal is in a different directory 2024-07-20 13:26:39 -04:00
.gitignore first commit 2024-07-20 13:02:54 -04:00
Cargo.lock first commit 2024-07-20 13:02:54 -04:00
Cargo.toml first commit 2024-07-20 13:02:54 -04:00
README.md Update README.md 2024-07-20 13:03:26 -04:00

rusty_ssh

(WIP) CLI SSH Manager in Rust using argon2 and xchacha20

  • Please Note: I did not add any specific way to use ssh keys as I have an alternative method I use alongside rusty_ssh and this is a personal project.
  • Encrypted Vault via XChaCha20

  • Add Logins and Connect to them via nicknames

  • Uses System Native SSH Client

Usage

  • ./rusty_ssh - opens menu, add logins and connect from there

  • ./rusty_ssh servernickname - connects to server without needing to use menu

Build

git clone https://github.com/0xgingi/rusty_ssh.git
cargo build --release