[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: a MANPATH problem



Heikki Vatiainen <hessu@cs.tut.fi> 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: