4/17 If I want to use ssh to connect to a remote machine and run xwin
apps, what is the command line to start, say, xterm. And what do I
need to set up beforehand? -emarkp
\_ unix: /bin/rm -rf ~
windoze: fdisk
mac: drag all your icons to the trash can. empty trash can.
\_ Um, I assume this is a comment about the security? I though
ssh was a secure way to transmit x-events. Furthermore, this
does not answer the question. -emarkp
\_ someone buy this man a clue
\_ with a properly configured ssh, its all hidden 'silently' from
you. ssh to the remote host and run your x commands normally
SSH 'silently' sets your DISPLAY environment correctly for you,
and your shell commands will inherit it. -ERic
\_ Where can I go to find docs to do the setup correctly? Or
is it simple enough to post here? -emarkp
\_ Have you actually tried to run xterm already? If it
didn't work, maybe you want to give the error mesg
encountered.
\_ The freeware 1.22 unix package had plenty of docs. RTFM.
It isn't that hard.
\_ well the 'default setup' works 'correctly'. If you have an
idiot sysadmin who changed the defaults and put in things like
disabling xforwarding in sshd config, then it won't work. -ERic |