LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Telnet ? (https://www.linuxquestions.org/questions/linux-newbie-8/telnet-85760/)

hamoksh 08-26-2003 01:39 AM

Telnet ?
 
hi guys , i've tried to telnet to a shell account on my RedHat 8, but in the terminal it says .....
trying to connect to ...........
then connection to host is refused !

what does that mean , i can telnet to the same host from windows telnet , btw i didn't open any special terminal shell or something, i just runned my usual terminal so am i missing something

or is it maybe something with the connection ?

plz help as i must really use telnet alot

Evilone 08-26-2003 03:38 AM

you probably are being blocked by a firewall. Or telnet is not running as a service,

Use ssh instead, and if your on a windows box, go find a utillity called putty.... you'll love it. This also is better for security as your connection is encrypted,

Hope that helped

you can use ssh to di everything you could with telnet, without worrying about hackers.

ssh hostname (return)

or ssh -l username hostname

Robert0380 08-26-2003 03:39 AM

dont use telnet, telnet sends your password over the network in plain text, wide open. anyone with a downloadable packet sniffer (some versions of linux come with ethereal) can see your password information and it actually displays it as:

user: Username
pass: password

(i've see it done).


instead use ssh. if you need an ssh client for windows, download putty:

http://the.earth.li/~sgtatham/putty/.../x86/putty.exe

no installatoin required, just put taht on your desktop and you can use that to connect to your Linux system.


to ssh from linux to linux:


ssh user@host

example, if u are trying to ssh to you linux box at 192.168.0.3 and login as the user "tux" then u would type:

ssh tux@192.168.0.3

Evilone 08-26-2003 03:41 AM

yup yup yup

hamoksh 08-26-2003 04:14 AM

u mean guys , that i can't use telnet with a bash ?

hamoksh 08-26-2003 04:15 AM

and btw how can i run telnet as a service?

hamoksh 08-26-2003 09:05 AM

can i connect to a remote system using telnet from typing the command telnet XXXXX.XXX in the regular terminal
in a bash shell ??

and if a telnet isn't secure
what is the best alternative in UNIX ?

hamoksh 08-26-2003 10:07 AM

well when i read the posts i found the prefered service is the (putty)

but sorry i really can't understand why it doesn't connect
while it does in windows


offcourse this does not give any credit for MS (hehehehhee )
:tisk:


All times are GMT -5. The time now is 06:57 PM.