Thread: SSH on SPLAT
View Single Post
  #2 (permalink)  
Old 2006-05-30
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default 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 &
Reply With Quote