Michaell Taylor wrote:

> Hey guys,
>
> I use my DSL line to avoid my Manhattan office by using remote X sessions on
> my home linux box to access linux machines in my office.  I was telnetting
> directly into the linux boxes, but ran into trouble with the telnet sessions
> timing out .  I got around this my logging into the Cube firewall, then
> telnetting to the various linux machines hiding behind the Cube.  Generally
> this works great. But, and you knew there would be a but...

First thing that comes to mind is to use VNC from att.  It is free and very
good.  It allows the client to connect to a session, disconnect and reconnect to
the same session right where you left off.  Even from a different machine.

to kill the sessions I would log into the box and either as the user the
sessions were or as root do:

killall X
the ps ax to see if it worked.  if not I would then do:

killall -9 X

that should do it.  And yes it is bound to be using at least some resources.

Last,  telnet is is terribly insecure.  Look into ssh.  no passwords in the
clear and it will set up the X environment for you.

HTH

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to