Skip to content

sirgallifrey/gsshaskpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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