Re: Using NSTask to start ssh tunnel

2008-02-28 Thread Steve Mills
On Feb 28, 2008, at 12:31:03, A.M. wrote: There is no shell string interpolation with NSTask, so try [arguments addObject: @"-o"]; [arguments addObject: @"ServerAliveInterval 180"]; Well that was easy! I thought I'd tried that before, but probably not exactly that way, beca

Using NSTask to start ssh tunnel

2008-02-28 Thread Steve Mills
I have the source code for SSH Tunnel Manager, which we use to create a tunnel to our home office in another state. Something has changed recently, either with our home office's servers, my ISP, or 10.5.x is doing something differently than 10.4.x. The result is that the first time I do som