From: Roland G. <rgi...@cp...> - 2009-06-10 11:16:47
|
How about directly doing a "ssh -t -l $user $line telnet $telnetip $telnetport" and using close() (and maybe pid() and kill()) in case of timeout just as Austin suggested? HTH, Roland |