gsh

command module
v0.0.0-...-8037173 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 6, 2019 License: MIT Imports: 12 Imported by: 0

README

gsh

Build Status

quickly ssh connect

Requirements

Installation

export GOPATH=$HOME/go
go get -v github.com/danielkraic/gsh

Configuration

confiruration file ~/.config/gsh.yml

---
- name: myserver1
  username: user1
  hostname: server1.localhost
  port: 22
- name: myserver2
  username: user2
  hostname: server2.localhost
- name: myserver3
  hostname: server3.localhost

Usage

# print help
gsh -h
# select server and connect using ssh
gsh
# select server with pattern and connect using ssh
gsh server1 user1
# select server and print ssh command to connect
gsh -p

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL