What's the BEST (we all love this word, don't we:)) remote desktop
control program/protocol to take over the mouse/keyboard to perform some
maintenance actions. I'm going to use ssh for most things, but sometimes
I'll need to have the access to the desktop. I'm going to connect from
slackware to ubuntu.
Thank you
regards
Martin
tightVNC over ssh? There is a "howto" in Hack #12 "Linux
Server Hacks, v2"
Oh, yeah. YMMV.
--
Douglas Mayne
>
> Oh, yeah. YMMV.
>
i know, windows, ew, but i use xming and do a lot of my configs in vi
though konsole, i know, ew, kde...i can of course run most graphical
apps through xming, even a whole lot of kde programs. regular x
protocols over the network, with ssh would work on almost any *nix that
way, couldn't hurt to try.
Thanks,
Is Hack #12 available anywhere online? Simple google search hasn't
brought any conclusive results.
Thank you
A limited preview is available at books.google.com. Also, it is linked
directly from O'Reilly books:
http://oreilly.com/catalog/9780596100827/preview
Most of Hack#11 is included in the preview.
--
Douglas Mayne
> regular x protocols over the network, with ssh would work on almost any
> *nix that way, couldn't hurt to try.
So long as care is taken when using X Forwarding, it is a very reliable
and useful service. I can recommend it, having used it myself. However,
some programs have bugs in their X programming that sometimes rears its
head when using X Forwarding.
Aaron W. Hsu
--
Of all tyrannies, a tyranny sincerely exercised for the good of its
victims may be the most oppressive. -- C. S. Lewis
Ok, I know how to enable X forwarding via ssh, but doesn't it just
enable opening particular programs in X? Is it also possible to connect
to the whole remote desktop using ssh?
thanks
regards
Martin
> Ok, I know how to enable X forwarding via ssh, but doesn't it just
> enable opening particular programs in X? Is it also possible to connect
> to the whole remote desktop using ssh?
Nope, it doesn't. It's a separate remote login. That's intentional, and an
advantage in my opinion. You don't take control of the other computer:
instead, you are just another user logged in. If you want to view the
session of another person, you'll want to use something else.
regards
Martin
A phone and a simple 'ssh -t his.pooter.there xterm' should give you
enough access to fix stuff, no?. Beware risking causing all kinds of new
problems by using a mallet to crack a nut.
--
*===( http://www.400monkeys.com/God/
*===( http://principiadiscordia.com/
*===( http://www.slackware.com/
On Tue, 3 Nov 2009, .Martin. wrote:
>
> Ok, I know how to enable X forwarding via ssh, but doesn't it just
> enable opening particular programs in X? Is it also possible to connect
> to the whole remote desktop using ssh?
>
yes, I use ssh tuneling to connect to remote desktop via vnc-server
and vnc-client. The software is available for many systems and works
for me for many years now.
PW
what about x11vnc ?
>> X forwarding via ssh will be extremely useful, however, I'm supposed to
>> troubleshoot any problems that my mate might encounter using ubuntu and
>> I imagine having access to his desktop would help in some cases.
>>
>> regards
>> Martin
>what about x11vnc ?
VNC can be very helpful at times, but also can eat up resources and has
known security issues. Make sure to tunnel through SSH or something
similar to do this, and make sure that something easy is configured on the
client's machine to make it easy to turn this feature on and off to
conserve resources.
--
Douglas Mayne