LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Remote Access (https://www.linuxquestions.org/questions/linux-newbie-8/remote-access-304921/)

canuck_barlow 03-22-2005 11:02 PM

Remote Access
 
How do I make it so that I can access my linux computer from a computer using Windows with something like telnet?

Are you able to go into super user mode and configure things?

Thanks

amosf 03-23-2005 01:13 AM

You can telet into the linux box from windows. Just install a telnet server on the linux box. There are other more secure options tho. Depends on the situation, but I still use telnet inside my local firewalled network.

ahwkong 03-23-2005 04:27 AM

Try Putty

http://www.chiark.greenend.org.uk/~sgtatham/putty/

It support telnet and ssh. Use ssh whenever possible.

k1mgy 03-23-2005 05:29 AM

Another option, if you want access to the GUI (if you use one) or just to the commandline, is to use VNC. http://www.realvnc.com

I've had very good experiences with it on all sorts of machines and environments.

It's not very secure, so you may want to limit its use to inside your firewall, although there's a way to make it secure.

Razze 03-23-2005 05:48 AM

Using telnet (or SSH as I prefer) you have the same command line commands at your disposal as if you were sitting next to the computer, so you can do pretty much everything configurewise. If you really need X them you will probably have to use VNC. From another *nix computer (running X) you can run graphical programs over SSH, and I think you can get some form of X running on windows as well, but I do not have any more specific info on that one.

Here is some info on setting up a ssh server on your computer

http://geodsoft.com/howto/ssh/servers.htm

canuck_barlow 03-23-2005 11:26 AM

This is great!! Thanks for all the info.

I'm at work right now so I wont be able to test this out until I get home tonight but I'm assuming after I setup SSL on my linux computer, I'll be able to access the command line environment by simply using...

telnet 192.168.1.x

...on my windows computer. I will also download putty and play around with that for sure.

I was wondering, how would I access it from outside my network from a windows machine? (if I wanted to change something when I was at work)

alunduil 03-23-2005 11:29 AM

The environment I like using is actually cygwin, it gives you an entire bash terminal inside windows with full ssh support, and everything you'd find in your home machine. Look into it, you may like it. Just remember, it's bash but it's still running on that "wonderful" windows file system.

Alunduil


All times are GMT -5. The time now is 09:37 AM.