[opensuse]



Guys,

Need a bit of help. I got a bash script I use to call up a group of
boxes that I manage. In this script, am doing X forwarding via ssh,

mybox_rxvt () {
ssh -X cepayne@xxxxxxxxxxxxxxxxxx /usr/bin/xterm;
}

When I use my bash script I get the following error...

Warning: No xauth data; using fake authentication data for X11
forwarding.arning: No xauth data; using fake authentication data for
X11 forwarding.

But if I just type ssh -X cepayne@xxxxxxxxxxxxxxxxxx /usr/bin/xterm
from the CLI, it works. Why would calling that from a bash script not
work but from the CLI, it would. What can I do to fix it.

Thanks,

Chuck

--
----------------------------------------
When a place gets crowded enough to require ID's, social collapse is
not far away. It is time to go elsewhere. The best thing about space
travel is that it made it possible to go elsewhere.
-- Robert Heinlein
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx