Re: running auto apps on tgt srvr via ssh access

2024-02-02 Thread Cameron Simpson
On 02Feb2024 11:29, bruce wrote: But setting up ssh is no issue. My issue, I'm wondering how to "run" a cmd on srvr2 via ssh when I'm on srvr1. How is: ssh srvr2 the-command... not enough? I feel that I'm missing some larger context here. And a larger issue, is this even the "right" wa

Re: running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
Hi Brian. Thanks! But setting up ssh is no issue. My issue, I'm wondering how to "run" a cmd on srvr2 via ssh when I'm on srvr1. And a larger issue, is this even the "right" way to handle testing "stuff" within Github? thanks. On Fri, Feb 2, 2024 at 11:09 AM Brian Truter wrote: > > I think th

Re: running auto apps on tgt srvr via ssh access

2024-02-02 Thread Brian Truter
I think this is what you are looking for, if I follow what you posted: https://unix.stackexchange.com/questions/23291/how-to-ssh-to-remote-server-using-a-private-key On Fri, Feb 2, 2024 at 11:02 AM bruce wrote: > Hi. > > Doing some research and thought I'd ask here as well. > > A potential use

running auto apps on tgt srvr via ssh access

2024-02-02 Thread bruce
Hi. Doing some research and thought I'd ask here as well. A potential use case has a user fetching projects from "Github" and running tests with the project on the tgtTestServer The tgtTestServer can have the shell script to fetch/test the Github project. However, I'm wondering what might be sui