Hi,i am executing a command python script over SSH on a remote Linux host and it is ending prematurely.i'm issuing this: python3 /path/to/script --vars ... sleep 3 and i expect: ****arguments: .... **** response: .... there's a few seconds of delay b...