Discover Packages
github.com/danielkraic/gsh
command
module
Version:
v0.0.0-...-8037173
Opens a new window with list of versions in this module.
Published: May 6, 2019
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
gsh
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
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.