From: Chris Davies on 22 Jun 2010 07:13 AZ Nomad <aznomad.3(a)premoveobthisox.com> wrote: > VNC is poor by comparison as it has to do screenscraping. > ssh -X or ssy -Y will carry X and one doesn't have to bother setting the > DISPLAY variable. The OP asked for a method to render their display remotely. Your comments, although correct in and of themselves, don't help with this requirement. Chris
From: Bob Tennent on 22 Jun 2010 09:16 On Sun, 20 Jun 2010 13:25:11 -0700, Todd wrote: > Hi All, > > I love ssh's "-X" option that allows me to remotely > run a particular app.. > > If I wanted to display my entire desktop, in a single > window, in the style of VNC, is there a way for ssh > to do this? Why don't you use VNC if you want it "in the style of VNC"?
From: Todd on 22 Jun 2010 14:37 On 06/22/2010 06:16 AM, Bob Tennent wrote: > On Sun, 20 Jun 2010 13:25:11 -0700, Todd wrote: > > Hi All, > > > > I love ssh's "-X" option that allows me to remotely > > run a particular app.. > > > > If I wanted to display my entire desktop, in a single > > window, in the style of VNC, is there a way for ssh > > to do this? > > Why don't you use VNC if you want it "in the style of VNC"? Weasel word to the meaning VNC or something else those smarter than me think I should use instead.
From: Todd on 22 Jun 2010 14:37 On 06/21/2010 03:24 PM, Chris Davies wrote: > Todd<todd(a)invalid.com> wrote: >> If I wanted to display my entire desktop, in a single >> window, in the style of VNC, is there a way for ssh >> to do this? > > Ssh can't do this, but what it can do is to tunnel (X forward) a VNC/X > server to your display. One like x0vnc4viewer or vino can map your > current X display into a VNC display that can then be carried over an > SSH based tunnel to another display server. > > Confused? Usually > > Let me know and I'll post an example > Chris I we appreciate it. -T
From: Douglas Mayne on 23 Jun 2010 12:07 On Sun, 20 Jun 2010 22:36:57 -0700, Todd wrote: > On 06/20/2010 08:25 PM, John Thompson wrote: > >> But most people find VNC (which can also be tunneled through SSH) >> easier for this purpose. > > Do you have any details on this method? > You have been asking a lot of questions about ssh, and I really recommend the o'reilly book, "ssh, the definitive guide" by Barrett and Silverman. It takes some practice to learn how to use this tool to its maximum benefit, but again, this is one tool which is essential for administering GNU/Linux, IMO. One of the features which I have been using a lot lately is on-the-fly modification of the tunnel. Once established, accessed with a <~><C> keyboard sequence. This allow setting up connections between client/servers on other ports at either end of the connection (Remote or Local). It seems like an advanced feature, but it is actually needed to tunnel protocols such as vnc, rdesktop, etc. of the established encrypted tunnel. This is very useful, and related to the question you are asking here I last wrote about tightVNC over ssh here: http://groups.google.com/group/alt.os.linux.slackware/msg/591f4a5f4ab493b2 Encrypting tightVNC is a very good idea, because AIUI, the protocol is otherwise passed unencrypted over the network, al-a telnet. -- Douglas Mayne
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: SSH Key generation question Next: reverse down an ssh tunnel? |