What is the difference between the following commands?
ssh myhostname \"command1; command2;...commandn;\" 2>/dev/null ssh myhostname \"command1; command2;
2> means sending standard error to something
/dev/null means a bin