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
- Host: GitHub
- URL: https://github.com/geopcvr/rcm
- Owner: geopcvr
- License: gpl-3.0
- Created: 2024-10-24T14:22:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T18:48:53.000Z (over 1 year ago)
- Last Synced: 2024-12-13T20:36:20.119Z (over 1 year ago)
- Topics: bash, macros, shell, ssh
- Language: Shell
- Homepage: https://mirrors.bendaws.net/source/rcm
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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.