OpenSSH
[Top] [All Lists]

Re: fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sle

To: "Darren Tucker" <dtucker@zip.com.au>
Subject: Re: fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000' [SOLVED]
From: "Jochen Kirn" <jochen.kirn@gmail.com>
Date: Mon, 27 Nov 2006 11:45:09 +0100
Cc: openssh-unix-dev@mindrot.org
Delivered-to: sp-com-lists@consult.net
Delivered-to: openssh-unix-dev-list1@securepoint.com
Delivered-to: openssh-unix-dev-tmda@mindrot.org
Delivered-to: openssh-unix-dev@mindrot.org
List-archive: <http://lists.mindrot.org/pipermail/openssh-unix-dev>
List-help: <mailto:openssh-unix-dev-request@mindrot.org?subject=help>
List-id: Development of portable OpenSSH <openssh-unix-dev.mindrot.org>
List-post: <mailto:openssh-unix-dev@mindrot.org>
List-subscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=subscribe>
List-unsubscribe: <http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev>, <mailto:openssh-unix-dev-request@mindrot.org?subject=unsubscribe>
Sender: openssh-unix-dev-bounces+openssh-unix-dev-list1=securepoint.com@mindrot.org
**Hi Darren,

thanks for the information.
I've applied the mentioned patch for openssh 4.5p1

the patch itself contains a minor typo (closing bracket) for line 1455 (I've
attached a corrected version of
your patch to bug http://bugzilla.mindrot.org/show_bug.cgi?id=52).

The patch itself 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@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 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
>      Good judgement comes with experience. Unfortunately, the experience
> usually comes from bad judgement.
>
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@mindrot.org
http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev

<Prev in Thread] Current Thread [Next in Thread>
  • Re: fail to exit shell after issuing 'ssh -f .... targethost.foo.bar sleep 500000' [SOLVED], Jochen Kirn <=