search for: l6666

Displaying 2 results from an estimated 2 matches for "l6666".

Did you mean: 6666
2006 Nov 24
1
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000'
Hi, Software in use: OpenSSH-Version: 4.5p1 OpenSSL-Version: 0.98d zlib-Version: 1.2.3 OS-Platform: AIX 5.3 ML4 Problem: when issuing following command on an AIX host: $ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost sleep 500000 $ exit the shell is waiting for the finish of issued command (sleep). The expected behaviour of above command should be, that the shell would close immediately and the issued command (... sleep) still would run as a backgroud process. On So...
2006 Nov 27
0
fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000' [SOLVED]
...elf resolves the issue of hang-on-exit on AIX when executing a 'ssh -f ...' thanks for your great help :-) -- Jochen 2006/11/27, Darren Tucker <dtucker at zip.com.au>: > > Jochen Kirn wrote: > > when issuing following command on an AIX host: > > $ ssh -2 -n -f -x -L6666:localhost:6666 -o BatchMode=yes targethost > sleep > > 500000 > > $ exit > > > [...] > > I suspect this is an instance of this bug: > http://bugzilla.mindrot.org/show_bug.cgi?id=52 > > -- > Darren Tucker (dtucker at zip.com.au) > GPG key 8FF4FA69 / D9A3...