🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

polyssh

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyssh

0.1.2
Rubygems
Version published
Maintainers
1
Created
Source

PolySSH

Travis-CI Code Climate

A multi-hop SSH connection tool.

Installation

Simply type :

$ gem install polyssh

Usage

$ polyssh [..list of ssh options and intermediate hosts...] user@host:port

You can use as many intermediate hosts as you need.

Example 1 : Traversing a single machine

We want to connect

  • to a remote host called destination (as user bob, on default port)
  • via a firewall (as user alice, on non-default port 7222)

The corresponding command using polyssh is :

$ polyssh alice@firewall:7222 bob@destination

Example 2 : traversing two machines with options

We want to connect

  • to a remote host called destination (as user charlie, on default port)
  • via a firewall (as user alice, on non-default port 7222)
  • then via a router (as user bob, on default), with verbosity)

Type the following command using polyssh :

$ polyssh alice@firewall:7222 -verbose bob@router charlie@destination

Credits

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/polyssh.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 Jan 2016

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