Socket
Book a DemoInstallSign in
Socket

ssh2http

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

ssh2http

Simple utility to tunnel ssh over http

pipPyPI
Metadata Only
Version
0.1.0
Maintainers
1

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 <name-of-ssh-config-entry> <port - defaults to 1337>

# client

python3 -m ssh2http.client <url-to-ssh2http-server> <timeout-of-commands - defaults to 30 secs>

License

This project is licensed under the GPL-3 license.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts