Skip to content

patilsuraj767/connection-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connection-manager

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.

Installation

For RHEL 7 -

# subscription-manager repos --enable=rhel-7-server-optional-rpms
# yum install golang  
# go get github.com/patilsuraj767/connection-manager  

Usage

>> 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.

Screen

# connection-manager

connection-manager command will promote the list of servers. After pressing enter it opens the ssh connection to the server.

Alt text

# connection-manager add

Use connection-manager add command to add SSH connection in connection-manager

Alt text

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Connection-manager a CLI tool for managing SSH connections.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages