Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

component-ssh-proxy-install

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-ssh-proxy-install

Proxy installs from ssh component

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

component-ssh-proxy-install - Proxy ssh over http locally

This is a hack to allow for private repos to be installed without exposing any passwords on your local system. It will utilize ssh git checkouts on your system in order to make it work. For now it only works with github. Other repository containers to come soon.

Using

Usage is almost identical to component install just with a different invocation. In order to use run the following command::

component ssh-proxy-install

Any options you pass will be passed to component install

How it works

It works by checking out all of your repos to a directory .components-priv-repos and serving those using a simple express app. It will update the repos if necessary.

It serves the repos using the same interface as raw.github.com.

Keywords

FAQs

Package last updated on 25 Jun 2013

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc