Is there a difference between doing ssh to get into a remote node and run commands there e.g.
ssh azg@zeus
then run commands as opposed to the scripting flavour ssh azg@zeus 'command1 && command2 && command3 && etc'
?
I ask this because I see the applications don't behave exactly the same e.g. Akka works but produces some strange errors in the logs when I run the same server start using the scripting second choice. e.g. Will both flavours load .bashrc
equally? Note I see the differences even if my first command is to source .bashrc