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

conssh

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conssh

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Conssh

A drawing of a conch shell

Conssh is a utility to configure SSH. It generates config files with connection information for a fleet of EC2 instances.

Use it together with an autocompletion tool that understands SSH, like bash-completion or fzf.

Basic usage:

$ AWS_REGION=us-west-1 AWS_PROFILE=staging bundle exec conssh > ~/.ssh/config
$ ssh …

Background

It is inspired by similar tools such as ec2ssh and aws-ssh-config.

This is experimental code. See the issues section for the work to make it more robust.

Notable features:

  • Written in Ruby using version 3 of the AWS SDK
  • Unit tested using the Moto mock AWS API server
  • Packaged as a Ruby gem to use as a library or an executable

## How do I get set up?

See the setup document for an early version step-by-step setup.

Demo

Build the docker container and follow the instructions when the container runs.

cd demo
docker build --tag demo .
docker run -it demo

FAQs

Package last updated on 25 Mar 2018

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