Re: SSH on SPLAT You can use client with feature "keepalive". For example putty and option "Sending of null packetsto keep session active". And imho you can start your capturing session with "&" at the end of command line, so your task will be working in background. For example - capture 1>/var/tmp/log.txt 2>&1 & |