suderio / gossh

Go Secure Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOSSH - Go Secure Shell

A small decorator over tradicional ssh to easy working with many different hosts.

Usage

Connecting to a new host:

> gossh somehost.com

Usual arguments:

> gossh -p 22 -u xpto somehost.com

Unusual arguments:

> gossh --flag some --flag com somehost.com

Listing all known hosts:

> gossh ls

Listing some known hosts:

> gossh ls some

About

Go Secure Shell

License:MIT License


Languages

Language:Go 97.2%Language:Makefile 2.2%Language:Dockerfile 0.6%