If you want to run Vnmr(J) from a Solaris workstation/processing machine
in the desktop of a client machine, like a personal computer running
Unix
or MS Windows
you have two optinos: sending the X information directly to the client machine
without encryptating it, or sending it through the SSH channel created
when the SSH connection starts. The first option is faster while the second is safer.
The default $HOME/.login script created by the Vnmr(J) script makeuser
sets the DISPLAY variable to client_host_name:0 everytime one starts an SSH
conection to the Solaris Vnmr(J) server. This is half the way to use the
non-encrypted option. For access with a MS Windows
machine,
use a X11 utilitie like Xwin32, Cygwin, Hummingbird or Xmanager.
Now consider the context: you are sitted in front of the machine called
mypc.domain.edu, and want to run Vnmr(J), which is installed in the machine
server1.domain.edu. Here are the two options:
server1.ssh mypc.domain.edu.63237 66608 0 66608 0 ESTABLISHED localhost.6010 *.* 0 0 65535 0 LISTENIt means that a X channel to mypc.domain.edu port 6010 is stablished. Then type setenv DISPLAY localhost:10 in the server1 shell to use it. If it even thogh does not work, read the messages from the ssh -vvv server1 command, or run sshd in debug mode at the server1 by typing sshd -ddd in the server machine (first kill the running sshd). Then ssh -X server1 from mypc and watch the messages. It can be that your Magic Cookies are not working. Check if the xauth command is working properly in server1.