bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#442077: su + ssh + false kills $PPID?


From: Dan Jacobson
Subject: Bug#442077: su + ssh + false kills $PPID?
Date: Thu, 13 Sep 2007 07:54:51 +0800

Package: openssh-client
Version: 1:4.6p1-5
Severity: normal
File: /usr/bin/ssh

Why does this script not finish, only when using su, and only when
using ssh?

# cat script
su my_username_here <<\EOEOE
set -x
echo $- #no -e here, see
remote=my.remote.host.here
false
ssh $remote false #Why does this signal the parent to bomb out?
echo never got here






reply via email to

[Prev in Thread] Current Thread [Next in Thread]