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

https://github.com/thelastproject/pext_module_ssh

Allows Pext to quickly open a terminal with a SSH connection to a server in ~/.ssh/config
https://github.com/thelastproject/pext_module_ssh

linux macos module pext ssh

Last synced: 2 months ago
JSON representation

Allows Pext to quickly open a terminal with a SSH connection to a server in ~/.ssh/config

Awesome Lists containing this project

README

          

*This module has been demoted from the official module list due to its low quality. Please help improve it.*

# Quick SSH connector module for Pext
This module allows [Pext](https://github.com/Pext/Pext) to quickly open a
terminal with SSH connecting to your favourite server of choice. The server
list is parsed from ~/.ssh/config.

# Supported flags
- terminal: Use a custom terminal. Must support the -e flag to start with a specific command (default: "xterm")

# Dependencies
## Debian

sudo apt-get install python3 openssh-client xterm

## Fedora

sudo dnf install python3 openssh-clients xterm

# License
GPLv3+.