Hacker News new | ask | show | jobs
by geenat 961 days ago
How's the SSH interoperability?

Transparent SSH interop is why I stick to Bash rather than moving to a Python solution.

1 comments

Please elaborate. Do you mean submitting commands via ssh to remote servers from the script?

The way I'd recommend to run shell commands from jeeves is `sh` library. It has features for ssh support: https://sh.readthedocs.io/en/latest/sections/contrib.html#ss...