Skip to content

gambledor/remote-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Connector

Remote connector opens an ssh interactive session chosen by a CLI menu'. The menu' is generated looking for a hidden file named .remote_connections into logged user home directory. The file content is an array of json object which syntax is, here below:

{
  "machines": [
    {
        "user": "<ssh-username>",
        "name": "<my remote hostname alias>",
        "host": "<remote hostname/ip>",
        "protocol": "<ssh>"
    }
  ]
}

Each json object stays for a remote connection.

Command line params

-c , To connect to the id menù number machine -X, The connection is X mode enabled (-X)

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors