On Mon, Feb 04, 2002 at 10:41:41AM +0100, Hans Ekbrand wrote:
> echo DISPLAY=$DISPLAY >.ssh/target_environment
> scp -q .ssh/environment target:.ssh/
> ssh target "echo $DISPLAY"

Oops. Should use the same filename on first and second line

echo DISPLAY=$DISPLAY >.ssh/target_environment
scp -q .ssh/environment target:.ssh/
ssh target "echo $DISPLAY"

Attachment: msg02806/pgp00000.pgp
Description: PGP signature

Reply via email to