x2x
Grant M.
gmongardi at napc.com
Thu Apr 21 13:19:42 EDT 2005
Derek Martin wrote:
> I'm surrounded by systems. Having multiple displays is cool, but
> having to use multiple keyboards and mouses to access them is not. I
> want to use x2x to solve the problem, but I have some concerns about
> typing passwords and such over unencrypted X session. Anyone know how
> to run x2x under ssh and make it work properly? My attempts so far
> seem to have been futile...
sshd_config:
# X11 tunneling options
X11Forwarding yes
# Port forwarding
AllowTcpForwarding yes
# Valid options are yes, without-password, no.
PermitRootLogin yes
Then restart:
/etc/init.d/sshd (stop & start)
Then to login:
ssh -X -l root host.remote.com
The -X will forward any X11 commands back to your local display.
--
Grant Mongardi
Systems Engineer
NAPC
gmongardi at napc.com
http://www.napc.com/
781.894.3114 phone
781.894.3997 fax
NAPC | technology matters
More information about the Discuss
mailing list