Socket
Socket
Sign inDemoInstall

ssh2http

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ssh2http

Simple utility to tunnel ssh over http


Maintainers
1

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 <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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc