Connection-manager is the CLI tool build in Golang for managing ssh connection. It helps in storing the server's ipaddress/hostname, username and password so that we can ssh the server in just one click.
For RHEL 7 -
# subscription-manager repos --enable=rhel-7-server-optional-rpms
# yum install golang
# go get github.com/patilsuraj767/connection-manager
>> connection-manager --help
Usage:
connection-manager [flags]
connection-manager [command]
Available Commands:
add Add SSH connection
delete Delete SSH connection
edit Edit SSH connection
help Help about any command
Flags:
-h, --help help for connection-manager
Use "connection-manager [command] --help" for more information about a command.
connection-manager command will promote the list of servers. After pressing enter it opens the ssh connection to the server.
Use connection-manager add command to add SSH connection in connection-manager
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.