Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lezgomatt/pass-pls

A GTK-based implementation of ssh-askpass
https://github.com/lezgomatt/pass-pls

gtk python ssh ssh-askpass

Last synced: 24 days ago
JSON representation

A GTK-based implementation of ssh-askpass

Awesome Lists containing this project

README

        

# 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/lezgomatt/pass-pls/master/screenshots/ask.png)

![Confirm](https://raw.githubusercontent.com/lezgomatt/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
$ sudo pip3 uninstall pass-pls
```

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