Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/4thel00z/ssh2http


https://github.com/4thel00z/ssh2http

Last synced: about 1 month ago
JSON representation

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

This project is licensed under the GPL-3 license.