Heikki Vatiainen <[EMAIL PROTECTED]> writes: > I have two possible solutions for the X problem. Lately I have been using > only the ssh version: ... > 2. Using ssh not su > =================== > % ssh -l root localhost > <type root password> > # xterm &
That latter version can be shortened to % ssh -f -l root localhost xterm <type root password in response to prompt> This does the authentication, spawns the xterm with tunneling of the X traffic to the server, then throws the job into the background. In the current window you come back to your prompt as yourself. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .