Run commands automatically in interactive ssh session with apple shortcuts
Open
- Dominant language
- Perl
- Stars
- 3.9k
- Forks
- 213
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
I would like to be able to automatically run consecutive commands in an ssh session, but I can't get the commands to run on the server interactively. Take this example:

I would like for this to launch my ssh session, then print "hello world" on the server, not the local a-shell instance. I could do it all in one command like this: `ssh user@domain 'hello there'`, but this won't enter into the ssh terminal on the server. Is there a way to enter into the ssh session and run additional commands automatically?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.