/gsshaskpass

GTK ssh askpass prompt

Primary LanguageRustMIT LicenseMIT

Gsshaskpass

gsshaskpass is a gui dialog for ssh-agent.

To use it set SSH_ASKPASS to the gsshaskpass bin.

export SSH_ASKPASS=~/bin/gsshaskpass

Dependencies

gtk v3.10 or greater.

Building from source

To build this project you will need gtk as mentioned above and also the rust compiler and cargo tooling. To install rust and cargo refer to https://rustup.rs/

cargo build --release

License MIT Author: Adilson Schmitt Junior