Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kennethkalmer/connect.sh
- Owner: kennethkalmer
- Created: 2009-02-25T21:05:10.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-05-08T07:51:09.000Z (over 15 years ago)
- Last Synced: 2024-04-16T05:35:24.153Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. connect.sh
Simple file for quick ssh logins from the console.
h2. Requirements
# Bash
# Gawkh2. 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 nameh2. LICENSE
Take it or leave it, if it doesn't work then fork and fix it