LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-11-2008, 04:30 AM   #1
properganda
Member
 
Registered: Jan 2008
Posts: 43

Rep: Reputation: 15
Is there a Linux to Linux remote desktop app?


for being able to connect from one linux box to another one and view a graphical interface?

I know that if you run startx on the local machine you get a GUI but I don't think it works remotely, or if it does i think you have to get down there in the belly of the linux beast and start matching up config files or something. Also, I'm asking in terms of connecting say a Debian box to a Slackware one.
 
Old 01-11-2008, 04:47 AM   #2
w3bd3vil
Senior Member
 
Registered: Jun 2006
Location: Hyderabad, India
Distribution: Fedora
Posts: 1,191

Rep: Reputation: 49
Use VNC.
www.realvnc.com
 
Old 01-11-2008, 04:55 AM   #3
properganda
Member
 
Registered: Jan 2008
Posts: 43

Original Poster
Rep: Reputation: 15
thanks! also is there anything free that also allows file transfer?
 
Old 01-11-2008, 05:09 AM   #4
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
If you want to view the active desktop of the remote machine, use x11vnc - as far as file transfer, use ssh (scp), ftp, or vpn.

As for 'free', pretty well everything 'Linux' *can* be free. I make it a point to use only FOSS, but I can't rule out that there may be something specific to an application that I might have to pay for, at some point.

cheers,
 
Old 01-11-2008, 05:56 AM   #5
Dinithion
Member
 
Registered: Oct 2007
Location: Norway
Distribution: Slackware 14.1
Posts: 446

Rep: Reputation: 59
I would recommend SSH with X forwarding. IMHO it is easyer then vnc, and it however MUCH faster and responsive. That is my experience. Note that you can start an entire DE trough a ssh-tunnel, so it isn't limited to a single application. In between SSH and vnc, there is XDMCP. That could also be something for you to check out. I don't know what distro you are using, but XDMCP is included in at least XDM, GDM and KDM. It can be a little harder to set up, but in the end, it is probably the easiest to use (Once installed). You would simply press menu -> remote login (Kdm). It searches available computers on the network, and you choose which one to use. Click it, the username and password appears again. Enter your username and password. Once you are logged in you would work on your remote machine as it was your local machine.

I have used all three together for different purposes. SSH, When I'm supposed to work a while on the remote computer, and want it to be responsive and fast.
XDMCP, when I'm lazy and just want to login on my remote machine and work normal.
And vnc when I'm on a different computer and want to "take over" an existing x-session on the remote machine.
 
Old 01-11-2008, 06:37 AM   #6
RAFAL
Member
 
Registered: Feb 2006
Location: Warsaw, Poland
Distribution: Archlinux, Debian
Posts: 139

Rep: Reputation: 16
Vino

Hi guys,

I have read about VINO (http://gnomejournal.org/article/29/r...ion-using-vino), so maybe you try this (I have tried by myself, because I have no need).

cheers
Rafal
 
Old 01-11-2008, 07:36 AM   #7
FunkyRes
Member
 
Registered: Mar 2004
Distribution: CentOS
Posts: 174

Rep: Reputation: 30
Quote:
Originally Posted by Dinithion View Post
In between SSH and vnc, there is XDMCP. That could also be something for you to check out. I don't know what distro you are using, but XDMCP is included in at least XDM, GDM and KDM. It can be a little harder to set up, but in the end, it is probably the easiest to use (Once installed).
XDMCP is easy to set up, I use it all the time - but it really only is workable if you are close on the network to the other machine (IE same lan)

This a CentOS system running Gnome so hopefully it isn't too different on your distro.

To enable it on the host you want to log into -

In the gnome menus (typically left side of top gnome panel) navigate the menus:

System -> Administration -> Login Screen

That starts the gui tool for gdm

Click on the remote tab.

Change the style from "Remote login disabled" to whatever greeter scheme you want - I choose "Same as Local" (and have different gdm greeters for my different hosts).

That machine now allows remote gui login via xdmcp

On the machine you want to connect from - first make sure that xdmcp login is shown in its greeter.

System -> Administration -> Login Screen
In the "Local" tab - check the box for "Include Hostname Chooser"


I typically run two instances of X.
Edit /etc/gdm/custom.conf

Near the bottom of the file you'll see:

Code:
[servers]
add these lines under it:

Code:
[servers]
0=Standard
1=Standard
Reboot.

ctrl-alt-f7 will be one gui login
ctrl-alt-f8 will be second gui login - which you can use to login to the other host via xdmcp. Choose xdmcp in that login screen, and will scan your subnet for xdmcp servers. If you are not on same subnet, you can enter the ip/hostname manually.

Select the xdmcp server - and it will grab the login screen for that host.

To work locally - ctrl-alt-f7
To work remotely - ctrl-alt-f8

It's like a kvm over a network switch built into X11

Note that anything that requires DRI will not work remotely, since the video card on the remote host is not attached to the display you are using.

Hope this helps, and hopefully RH/Fedora aren't too different from whatever distro you are using.

If you are *not* on same subnet, then I recommend working in the cli or if you must use gui, tunnel x through ssh for just the app you need.
 
Old 01-11-2008, 06:29 PM   #8
xptools
Member
 
Registered: Sep 2005
Location: Canada
Distribution: Debian Testing
Posts: 40

Rep: Reputation: 15
Quote:
Originally Posted by Dinithion View Post
I would recommend SSH with X forwarding. . .
and use keychain so that you don't need to type password each time.
OP seems only familiar with Window$, and haven't realized the power of such seamless integration -- you can't even tell with GUI is from local and which is from remote. This is much more powerful than Window$ remote desktop.
 
  


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
Windows to Linux - Remote Desktop / Mapping Linux home directory as drive. goldenmongoose Linux - Server 2 05-02-2007 02:15 AM
is there a remote backup script or app like norton ghost for linux? mikfig Linux - Software 2 09-11-2006 08:16 AM
remote desktop app for suse10 hockeyman_102 Linux - Software 2 05-03-2006 07:55 PM
how do i get linux-to-linux remote desktop connection going? vyom Linux - Networking 4 02-14-2005 10:47 AM
Remote App and Desktop Access Chazz_CA Linux - Software 3 03-12-2004 01:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:59 AM.

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