Xaskpass is a lightweight passphrase dialog for X11 with extensive configuration options that is implemented without relying on heavy GUI libraries. It aims to be a successor to the similar but now old [x11-ssh-askpass]. It aims to preserve a fast startup time while modernizing some features such as fonts. It also tries to make sure the password cannot leak from the program to where it shouldn't.
Classic indicator | Circle | Strings/Disco
:-------:|:-------:|:-------:
|
|
and others...
If the stars are aligned correctly this should suffice:
sh
cargo build --release
Make sure you have the following dependencies installed:
rust >= 1.45
libxcb >= 1.12
Optionally: * xcb-util-errors: for more user friendly error logging.
For example in Arch Linux you can run:
sh
pacman -S xcb-util-errors libxkbcommon libxkbcommon-x11 libxcb pango cairo clang
The compiled file is so large that it might affect the loading time unless it is stripped of
debug symbols:
sh
strip target/release/xaskpass
You can for example inform ssh
or sudo
to use xaskpass
by setting
SSH_ASKPASS=/path/to/xaskpass
or SUDO_ASKPASS
(and using sudo -A
) respectively.
Xaskpass reads configuration file from
$XDG_CONFIG_HOME/xaskpass/xaskpass.toml
.
A default configuration file with comments can be found here.
See xaskpass --help
and the comments in the shipped default configuration file.
You can create directory pregen
to speed up build.rs
by letting it save the
generated bindings there.
Xaskpass is released under the Apache License, Version 2.0.
Icon made by material-design.