Metadata-Version: 2.1
Name: pass-pls
Version: 1.0.2
Summary: A GTK-based implementation of ssh-askpass
Home-page: https://github.com/undecidabot/pass-pls
Author: Matt
Author-email: undecidabot@gmail.com
License: Zlib
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Security
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyGObject

# 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](https://raw.githubusercontent.com/undecidabot/pass-pls/master/screenshots/ask.png)

![Confirm](https://raw.githubusercontent.com/undecidabot/pass-pls/master/screenshots/confirm.png)

## 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
```

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


