1832920 Members
3173 Online
110048 Solutions
New Discussion

Re: telnet

 
zenus
Occasional Advisor

telnet

how can i activate or setup telnet on HP-Ux server?
6 REPLIES 6
Sajjad Sahir
Honored Contributor

Re: telnet

Dear Zensus

please check /etc/inetd.conf file
if there is # sign infront of u telnet
please remove it then do inetd -c command


Thanks and regards

Sajjad Sahir
zenus
Occasional Advisor

Re: telnet

thanks a lot!!!
Rasheed Tamton
Honored Contributor

Re: telnet

Check whether it is enable on:
/etc/services (for port no)
/etc/inetd.conf (internet conf)

After uncommenting the above, you could re-run the inetd conf as below:

inetd -c

Telnet is not recommended - use ssh instead.

Rgds.
Sajjad Sahir
Honored Contributor

Re: telnet

Dear zensus

please assign points

thanks and regards

Sajjad Sahir
Sajjad Sahir
Honored Contributor

Re: telnet


Dear Zenus

once u got proper answer u have to assign right points, if u are assigning poinst then u will get more answers on u post thread

thanks and regards

Sajjad Sahir
Sp4admin
Trusted Contributor

Re: telnet

Hi Zenus,

As stated above you uncomment the /etc/inetd.conf at the line that has telnet. After you do that you will need to do a "inetd -c" to read the inetd.conf. You may want to thank about using ssh for a secure connection.

sp,