Base on GGH
What is GGH?
GGH is a lightweight, fast wrapper around your SSH commands. It helps you to recall your SSH sessions.
This is one of the most useful tools for developers who work with multiple servers.
Thanks to GGH Team.
What is Worm?
Worm inherits all the features of GGH and expands with several new features (I need), such as:
- Setting up a workspace for each project or company...
- Each workspace contains multiple files, each managing a separate list of servers needing SSH access. Each file can represent a data center or Platform…
- Supporting server access via SSH and TSH
- Saving history for each workspace
Installation && Configuration
mkdir -p ~/.jump/configs
create workspace dir (each workspace are isolate)
cd ~/.jump/configs
mkdir adtech
now each workspace we can create login file. each file manage connect to 1 remote server
Host ssp-23-115
HostName 192.168.23.115
User cuongnv
Mode TSH
#other info want to show
IdentityFile NPS
Host {HostNAme}
HostName {IP}
User {UserName}
Mode {SSH|TSH}
Detail {What ever u want}
Usage
List workspaces
worm --workspace
Switch workspace
worm --active
Interactive history
worm
worm --history
Interactive configuration file
worm -
Interactive configuration file with search for groups or hostnames.
worm - xxxx