LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How do u connect from windows os to linux machines? (https://www.linuxquestions.org/questions/linux-general-1/how-do-u-connect-from-windows-os-to-linux-machines-749469/)

deostroll 08-22-2009 02:31 AM

How do u connect from windows os to linux machines?
 
I've installed rdesktop to connect from my centos machine to windows pcs in the network. How do I do it vice versa?

kris82 08-22-2009 02:39 AM

to access linux command line from windows use puTTy (googel putty)

deostroll 08-22-2009 02:54 AM

No. Thats how I usually connect. I don't want to login to the shell. I want to view the gui...

kris82 08-22-2009 02:58 AM

just curious... why? I mean, why do you want to load one GUI to view another? If you have to use files on another, you can use SSH or FTP, or CVS or SVN. If you want to make config changes, command line is most efficient.

frenchn00b 08-22-2009 07:38 AM

Quote:

Originally Posted by kris82 (Post 3653292)
to access linux command line from windows use puTTy (googel putty)

on your server, debian, you have to start ssh server daemon:
install

if i recall well:

Code:


       
Code:

       
apt-get install ssh



jrtayloriv 08-22-2009 08:19 AM

Quote:

Originally Posted by deostroll (Post 3653296)
No. Thats how I usually connect. I don't want to login to the shell. I want to view the gui...

Use VNC through an SSL tunnel.

frenchn00b 08-22-2009 08:37 AM

Quote:

Originally Posted by jrtayloriv (Post 3653491)
Use VNC through an SSL tunnel.

on the host:
Code:

vncserver :1
on the client:
Code:

ssh -X -l username IPaddress -p portnr
then
Code:

vncviewer IPaddrs:1
---
if you are under a firewall, you can pass through using reverse SSH...


All times are GMT -5. The time now is 10:57 AM.