Skip to content

danielkraic/gsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8037173 · May 6, 2019

History

30 Commits
Oct 14, 2016
May 6, 2019
Jan 4, 2016
May 6, 2019
May 6, 2019
Nov 14, 2016
May 6, 2019
Oct 14, 2016
May 6, 2019
May 6, 2019
May 6, 2019
May 6, 2019
May 6, 2019
May 6, 2019

Repository files navigation

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

About

quickly get ssh/scp commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published