LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-17-2010, 10:09 AM   #1
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Rep: Reputation: 32
how do i get tighvnc on ubuntu 9.10


tighvnc on ubuntu 9.10
I need to get the code to run a tightvnc client form a ubuntu system to a red hat one.

I wen tot th epackage manager but dont see the pacakge.
xtightvncviewer looked for this and tight vnc etc. Nothing comes up...

I tried to download and compile it but it would not compile for some reason.

How do i get a precompiled package for ubuntu 9.10
Any help is appreciated.
 
Old 02-17-2010, 11:03 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
if you're going to say you tried to compile it, why not say what happened? There are plenty of vnc viewer available through apt-get under ubuntu, why do you need a specific one?

Have I done my VNC rant to you? If not... VNC is awful, please please don't use it. http://nomachine.org http://www.nomachine.com/select-pack...?os=linux&id=1
 
Old 02-17-2010, 12:21 PM   #3
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
i want tightvnc over ssh thats not the same as vnc. I need a secure session. Not often but still I need one.
 
Old 02-17-2010, 12:28 PM   #4
HasC
Member
 
Registered: Oct 2009
Location: South America - Paraguay
Distribution: Debian 5 - Slackware 13.1 - Arch - Some others linuxes/*BSDs through KVM and Xen
Posts: 329

Rep: Reputation: 55
Read about SSH Tunnelling
 
Old 02-17-2010, 01:14 PM   #5
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
you are missing my point. I know how to do this. I can use a windows client. I just need to get the Ubuntu client to work.
 
Old 02-17-2010, 03:14 PM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
tightvnc is just a client, nothing interesting about it. If you need ssh tunneling you can always just set this up with any ssh client.

mine you, nx always tunnels over SSH in a *MUCH* more secure way than VNC
 
Old 02-17-2010, 03:29 PM   #7
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
I know tightvnc uses the ssh connection to tunnel. What other client does that that I could use that is native to Linux/Ubuntu repos etc?


May be i am not asking the right question here.

I need a secure VNC solution over SSH.
I have a system that i remote into and need a secure gui desktop on occasion.

I use tightvnc over putty at work in windows. Works fine.
I have putty on my Ubuntu system and that works. What I am missing is the secure VNC piece of the puzzle

Last edited by unix1adm; 02-17-2010 at 03:39 PM.
 
Old 02-17-2010, 03:56 PM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
there is no "secure VNC" piece. secure = ssh, vnc = vnc. The two parts have nothing in common. VNC has no idea whatsoever that it's being tunnelled over ssh, it just get's told to connect to localhost instead of the remote server. absolutely any vnc client will behave in exactly the same way. and certainly no need for putty on linux, just use standard ssh - "ssh user@server -L 5901:127.1:5901" for example.
 
Old 02-18-2010, 06:27 AM   #9
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
So let me see if I understand this now...

VNC will try to communicate over ANY ssh session?
I do not want to open port 5901 02 ... etc on my router just port 22.

In the windows version you set up a putty session and go to the tunneling setting and set things up there.

This is the document I used for that. I need something similar to that but for Linux/Ubuntu

http://home.chattanooga.net/~john/Pu...ty-tunnel.html

Oh I use putty because the native ssh session takes longer to connect than a putty session does. I usually just ssh over for normal stuff but putty over for the VNC stuff.

Last edited by unix1adm; 02-18-2010 at 06:28 AM.
 
Old 02-18-2010, 09:07 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
No, VNC does not *try* to use SSH, VNC has NO IDEA it's using an ssh session to reach the end destination. As far as it knows it's connected to a VNC server on your own machine. I think, to be honest, you think that this is much more complicated than it really is. PuTTY can create SSH tunnels, OpenSSH client can open SSH tunnels etc. VNC is doing nothing even vaguely intelligent in the tunnelling solution at all.

[and nx is still *much* better]
 
Old 02-19-2010, 06:35 AM   #11
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
Thank you Chris.

I will give it a try over normal ssh and see if it works.

I thought putty was doing something special with the tunneling based on how i set it up for xp.

I think tighvnc is also smaller and faster then VNC proper based on what i read on their site.

With that said what VNC client is similar to normal or tightvnc is in Ubuntu that I should use. I see several in the list of sw.

Last edited by unix1adm; 02-19-2010 at 06:37 AM.
 
Old 02-19-2010, 08:08 AM   #12
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
tightvnc does compression, which the default client doesn't, AFAIK. However SSH is also compressed, so you're unlikely to see a benefit between the two on network traffic, as everything is squished anyway.
 
Old 02-19-2010, 05:50 PM   #13
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by acid_kewpie View Post
tightvnc does compression, which the default client doesn't, AFAIK. However SSH is also compressed, so you're unlikely to see a benefit between the two on network traffic, as everything is squished anyway.
ok so waht client should I load from the Ubuntu application manager?
 
Old 02-20-2010, 01:37 AM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
I'm not aware exactly what clients are directly available, an "aptitude search vnc" will give plenty of options I expect though.
 
Old 02-20-2010, 06:43 AM   #15
unix1adm
Member
 
Registered: Oct 2008
Posts: 688

Original Poster
Rep: Reputation: 32
ya i tried an app search but the ones i tried did not work the way i expected it. so i was hoping someone knew a the name of an app that did work.

i do see gtkvnc viewer and remote desktop viewer, some others but they dont work the way i need them to
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Upgrade Ubuntu 9.04 (Jaunty Jackalope) to Ubuntu 9.10 (Karmic Koala) Beta LXer Syndicated Linux News 0 10-12-2009 07:50 AM
LXer: Installing Xen On An Ubuntu 7.10 (Gutsy Gibbon) Server From The Ubuntu Reposito LXer Syndicated Linux News 0 11-06-2007 08:50 PM
LXer: Printing with Ubuntu: Insights for a quick and easy Ubuntu printer installation LXer Syndicated Linux News 0 06-03-2006 09:54 AM
tighvnc installation help lukameen Slackware 4 04-21-2005 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 11:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration