LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux remotely through Windows (https://www.linuxquestions.org/questions/linux-newbie-8/linux-remotely-through-windows-166128/)

surban99 04-04-2004 02:00 PM

Linux remotely through Windows
 
maybe I'm way over my head on this one. but I have basic linux installation(NO GUI), I have the box connected to a network and i know i have the proper NIC driver installed(i know this because i did an FTP install).

whats the first step? do i have to install something server side or just get some kind of terminal emulator for windows?

any answer at all would be a step in some direction for me and I'd appreciate it

james_in_denver 04-04-2004 02:15 PM

from windows you can just telnet to your new linux server,
if you have a few spare (2-3) gigs of room on your hard drive then I would install
Xwindows along with either gnome or kde window managers....

surban99 04-04-2004 02:37 PM

WOW!! that was a quick response!!! so lets say for simplicity's sake im just gonna use microsofts telnet

Microsoft Telnet> open 192.168.0.3
Connecting To 192.168.0.3...Could not open a connection to host: Connect failed
Microsoft Telnet>

charon79m 04-04-2004 02:50 PM

You probably don't have Telnet enabled on your box. Most of the newer releases of Linux use ssh (an encripted telnet) to remotely connect to your box. For that you'll need something more. Personally when I'm on a MS box and need to talk to my linux system I use puty. (http://www.chiark.greenend.org.uk/~s.../download.html)

There are other good SSH clients. One is available for free download at ssh.com; however it must be used for personal use (blah, blah, blah).

Once you have your client set up, just ssh on over and you'll have a secure shell to do whith whatever you like.

Lastly, you don't mention what you want to do remotely with this system. If you are looking for a good management utility for you Linux box... one that you can get to from any system in the world... I would strongly suggest Webmin. When properly implemented webmin is a very powerful tool that is extremely user friendly. From webmin you can do pretty much anything you ever wanted to do on a Linux box. It's a great tool.

Cheers,

MrKnisely

surban99 04-04-2004 03:03 PM

is tehre any way to check on my linux box whether or not telnet is enabled or even installed or whatever? im basically just toolin around with it for now. I only have one monitor and no kvm switch so all of these web tutorials and walk through would go alot quicker if i didnt have to move monitor and mouse cables everytime i wanted to try something

dizzy_vee 04-04-2004 03:11 PM

I installed Cygwin on my windows box and it's great. you get a linux shell and directory tree in windows with many of the linux tools. go to www.cygwin.com if you're interested.

charon79m 04-04-2004 07:44 PM

If you telnet to that machine and you are not able to get a login, then the odds are very good that you do not have the telnet service enabled.

Denwar 04-04-2004 08:59 PM

don't forget the port number!

your telnet cmd should like follows: "telnet 192.168.0.3 22"

JimBass 04-04-2004 11:27 PM

I frequently use VNC to go to my Linux box from my Winblows. VNC is usually sitting somewhere on the install disks, but it doesn't get installed by default. You can add it after with no problem. Of course if I bought a KVM switch that would do nicely, but I'm cheap, and for personal use VNC is free!

Peace,
JimBass

ksgill 04-05-2004 12:01 AM

Guyz... dont use telnet. Use ssh because telent has a lot of security flaws. Putty is a very good ssh client,
good luck

surban99 04-05-2004 12:10 AM

OKOKOK!!! so im gonna go with SSH how can i verify whether or not its already installed on my debian linux box

charon79m 04-05-2004 02:29 PM

Again, try to use it. If it works then you know it's there. If you find it's not working then I'll help you get it running.

Denwar, the port for telnet is 23. SSH uses 22.

Cheers,

MrKnisely

surban99 04-07-2004 12:22 PM

i got it!!! im using ssh!!! apparently it was automatically added with the install of debian but i never completed the install. im ssh'in like a mofo now. THANKS GUYS!!!

charon79m 04-08-2004 01:00 PM

NP. If you like ssh then you'll love sftp. It's an encripted FTP session. Check it out.

Cheers,

MrKnisely

muxman 05-04-2004 06:56 AM

also try ssh secure shell for windows. It works great, it's free and has a great secure ftp program in it.

http://www.ssh.com/support/downloads/secureshellwks/


All times are GMT -5. The time now is 03:10 PM.