logging into

Hi all
Can anyone tell me how to login inot telnet,i heard that it is an interface between unix and windows,if i am wrong please correct me.
Thanks in anticipation

hi vinayrao,

  1. telnet is program to use the telnet-service of a telnet-server. Under UNIX the server program is normaly called telnetd.

  2. This service does not run on windows boxes normaly but most times they have a telnet client program.

  3. you should not use telnet because it is an insecure protocol sending password as clear text. please use ssh (under windows openssh / putty an other names) for serious work.