Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennethkalmer/connect.sh

Simple bash script to ease SSH access from a list of hosts
https://github.com/kennethkalmer/connect.sh

Last synced: about 15 hours ago
JSON representation

Simple bash script to ease SSH access from a list of hosts

Awesome Lists containing this project

README

        

h1. connect.sh

Simple file for quick ssh logins from the console.

h2. Requirements

# Bash
# Gawk

h2. Installation

Make sure _connect.sh_ is in your path and executable. Make sure you have a ~/.connect file
that has a number of hosts to connect to.

h2. .connect Format

A sample .connect file is provided in the repo. The format looks like this:

-- Headers start with 2 hyphens
ip address or hostname[:optional port],Descriptive name

h2. LICENSE

Take it or leave it, if it doesn't work then fork and fix it