Skip to main content

A GTK-based implementation of ssh-askpass

Project description

pass-pls

A GTK-based implementation of ssh-askpass.

Why? Because ssh-askpass-gnome was asking for a password even for confirmations. Also, its lack of margins bothered me.

Screenshots

Ask

Confirm

Installation

To install:

$ sudo pip3 install pass-pls
$ sudo update-alternatives --install /usr/bin/ssh-askpass ssh-askpass /usr/local/bin/pass-pls 100

To uninstall:

$ sudo update-alternatives --remove ssh-askpass /usr/local/bin/pass-pls
$ sudo pip3 uninstall pass-pls

If you do not have update-alternatives, manually create a symlink instead.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pass-pls-1.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pass_pls-1.0.4-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page