[Feature Idea] SSH Remote Execution #57
albertalef
started this conversation in
Ideas
Replies: 1 comment
|
First test for this feature: Actually working, but i need to think in more edge cases |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem: Running commands on remote servers requires manually constructing SSH command strings, losing the clean RubyShell syntax and making deployment scripts verbose.
Solution: Add
sh.remoteto execute RubyShell blocks on remote servers via SSH, bringing the same familiar syntax to remote administration.All reactions