manssh is a command line tool for managing your ssh alias config easily, inspire by storm project, powered by Go.
- Managing ssh connection alias quickly. (add, update, list, delete, backup)
- Run command on remote server quickly.
go get github.com/xwjdsh/mansshbrew tap xwjdsh/tap
brew install xwjdsh/tap/mansshDownload it from releases, and extact it to your PATH environment.
% manssh
NAME:
manssh - Manage your ssh alias configs easily
USAGE:
manssh [global options] command [command options] [arguments...]
VERSION:
master
COMMANDS:
add, a add a new ssh alias record
list, l list or search ssh alias records
update, u update existing ssh alias record
delete, d delete existing ssh alias record
backup, b backup ssh alias config records
open, o open new terminal and connecting server only for osx
run, r run command on remote server
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--file value, -f value (default: "/Users/wendell/.ssh/config")
--help, -h show help
--version, -v print the version