I know we’ve had discussions about this before, but I can’t find any documentation on this, and I just want to make sure I’m remembering correctly. If I did something like:
#! REMOTE::SSH
foo=“bar”
echo $foo
There is no guarantee that the second command will print ‘bar’. Correct? I.e., in the SSH section, if commands are on separate lines, they might or might not run within the same SSH session.
(I know I can do this in one line – this is just a simple example to hopefully make the question easy to understand).
I will document the answer in the wiki.