remote dektop from solaris 10 to an other solaris 10

hello

we have two workstation using solaris 10 10/06

i would like to have a graphical access

i tried

# :usr/openwin/bin/xhost + server.Addr

# ssh root@server.Addr

# export DISPLAY=clientAddr:0.0

i also tried with XDCMP in the gdm.conf file

when sunray server was installed on a workstation i could access to it with the other

thanks

[395 byte] By [j.chan] at [2007-11-26 11:20:20]
# 1
Hi,I would suggest having a look at:man -M /usr/openwin/man Xnest/BR
Uffe_b at 2007-7-7 3:35:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
when you ssh, try:ssh -X root@host_to_ssh_toThis will allow x to go via ssh to open up graphical displays.On the host you are ssh'ing from you do need to set your xhost +
GregRyan at 2007-7-7 3:35:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
If X is allowed (globally) in the ssh and sshd config files, nothing else is required.
DoxBrian at 2007-7-7 3:35:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...