Jump to content

Remote Linux Access


Tymestream
 Share

Recommended Posts

Morning,

 

I am trying to access my linux box from a windoze laptop. I need to access the X environment so putty will not do. What are the best options out there? I have been trying to use VNC but had a little trouble setting it up so before I investigate are there other options?

 

Cheers

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

The ABOLUTE simplest (and not efficient) way is simply to ssh into the box and then start the progs you want back on yours using the DISPLAY envvar

 

example

 

your laptop IP is 192.168.2.10 and desktop .11

(as the user who owns the desktop)

xhost + 192.168.2.11 #allows this IP to open a xwindows on this machine.. without the IP it is global but you can also use names if you have it set upo!

 

ssh 192.168.2.11

#do your login stuff

export DISPLAY=192.168.2.10:0.0 # i.e. your laptop DISPLAY 0.0

konqueror & #or whateve you want to execute should now open in a window on your laptop

 

 

you can go a step further and use a remote login to the whol desktop (or an alternate one) and start a whole X server on the laptop for the desktop ...

you log in as normal and your laptop will act like a dumb terminal...

the easiest way to set this up is using gdm as a display manager instead of the default mdkdm

 

You can use the KDe remote desktop but i havent had much luck with this ... I havent tried that hard tho...since I revert back to the simpe method above when desperate :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...