I would expect `mosh --local 127.0.0.1 "sh -c 'exit 42'" ; echo $?` to exit with code `42` as does `ssh`, but it exits with 0. Is this behavior intentional?