LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   What is telnet ? (https://www.linuxquestions.org/questions/linux-software-2/what-is-telnet-51759/)

futurist 03-25-2003 09:15 PM

What is telnet ?
 
is it present in windows ? is it for video conferencing ?

mcleodnine 03-25-2003 09:23 PM

If you want to use telnet for video conferencing you will probably have to install aalib-1.2. :)

Texicle 03-25-2003 09:46 PM

Re: What is telnet ?
 
Quote:

Originally posted by futurist
is it present in windows ? is it for video conferencing ?
You can use it in Windows too. There are 2 ways that I know of:

START>RUN type CMD

When your DOS command prompt shows up type:

telnet <ip or server name here>

You can also go to START>PROGRAMS>ACCESSORIES>TELNET

This will get you a white window. Click on CONNECT at the top right, then REMOTE SYSTEM. Here you'll have to specify an IP or DNS.

I have no idea about the video conferencing. Check out mcleodnine's post as I'm not much help here.:D

nakkaya 03-26-2003 01:09 AM

it is used to connect to other machines get a command interface to use the other machine

rmartine 03-26-2003 02:33 AM

Don't use telnet. Use ssh.

Next time you telnet somewhere do a tcpdump after sitting on port 23 and you'll see your username and pasword in plain text. Telnet is not safe.

chilibowl 04-08-2003 03:21 PM

Interesting TOPIC , but what is SSH???? what can it do??? would it be available in REDHAT 6.0??????

I know what TELNET is in WINDOWS ,used it ,all text based stuff. Never had the luck of it working in L iNUX {dial-up problems} .

david_ross 04-08-2003 03:35 PM

SSH = Secure SHell

The ssh daemon is included with most distros. if you don't have it take a look at:
http://www.openssh.org

To access an ssh server from windoze you will need a client like putty:
http://www.chiark.greenend.org.uk/~sgtatham/putty/


All times are GMT -5. The time now is 01:30 AM.