Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/ssh2http
https://github.com/4thel00z/ssh2http
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/4thel00z/ssh2http
- Owner: 4thel00z
- Created: 2021-02-24T22:55:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T00:21:28.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T16:52:09.700Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssh2http
## Motivation
Imagine you want to multiplex/expose one ssh connection over a simple REST API.
Ideally you want to just pass the hostname and it does the lookup via the `ssh_agent`.## Installation
```
python3 -m pip install ssh2http
```## Usage
```
# server
python3 -m ssh2http# client
python3 -m ssh2http.client
```
## LicenseThis project is licensed under the GPL-3 license.