George,
I started to digg more in option 2 as you describe it. I believe I can make
that work.
For example I created this fake ssh :
$ cat ~/bin/ssh
#!/bin/bash
fname=env.$$
echo "> ssh" >> $fname
env >>$fname
echo ">>>" >>$fname
echo $@ >>$fname
And this one p
If you can launch that cmd line on each node, then it should work. I'm not sure
what the "-x 10.0.35.43" at the beginning of the line is supposed to do, so
that might not be useful.
On Mar 9, 2021, at 7:25 AM, Gabriel Tanase mailto:gabrieltan...@gmail.com> > wrote:
George,
I started to digg m
Gabriel,
Awesome, good luck.
I have no idea which are or are not necessary for a proper functioning
daemon. To me all of the ones you have here seem critical. Ralph would be a
better source of information regarding the daemons' requirements.
Thanks,
George.
On Tue, Mar 9, 2021 at 10:25 AM Ga