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
- Host: GitHub
- URL: https://github.com/thelastproject/pext_module_ssh
- Owner: TheLastProject
- License: gpl-3.0
- Created: 2016-08-19T15:06:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T14:16:46.000Z (about 8 years ago)
- Last Synced: 2025-01-21T21:48:04.161Z (over 1 year ago)
- Topics: linux, macos, module, pext, ssh
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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+.