I want to start a x-window application on a server named "server1". First I start X server, then on xterm I do:
$ssh -Y server1
shell says:
The authenticity of host 'server1 (10.11.93.232)' can't be established.
RSA key fingerprint is b6:6d:fe:dd:aa:f6:64:1c:1d:6d:66:61:fb:5b:eb:e1.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'server1,10.11.93.232' (RSA) to the list of known hosts.
user1@server1's password:
[user1@server1 /users/user1]
then I run a sh script to start to x-window:
[user1@server1 /opt/app/soft/test]$bin/start.sh -t
Error opening display "servert9:0.0"
How can I start this application on server1? I think it directs the x-window application to servert9. I think I have to forward X, could you please help?
Best Regards
