An open API service indexing awesome lists of open source software.

https://github.com/geopcvr/rcm

Remote Connection Macros. Connect to a remote server almost instantly by saving your credentials to a "macro" that can be ran with one word from the CLI
https://github.com/geopcvr/rcm

bash macros shell ssh

Last synced: 10 months ago
JSON representation

Remote Connection Macros. Connect to a remote server almost instantly by saving your credentials to a "macro" that can be ran with one word from the CLI

Awesome Lists containing this project

README

          

RCM (Remote Connection Macro)
=======================================
rcm will manage SSH credientals and automatically run SSH with your credientals
under a macro name.

Here's how to create a macro:
rcm my_macro_name ip username password

After macro is created, restart your terminal and run the name of your macro.
my_macro_name

You will be connected to your SSH after.

Optional stuff
======================================
rcm my_macro_name ip username password [ssh-arguments]

You can specify your own SSH argument in [ssh-arguments]. It is optional.