LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   telnet to different port (https://www.linuxquestions.org/questions/linux-networking-3/telnet-to-different-port-248820/)

kenhrl 10-29-2004 01:29 PM

telnet to different port
 
I would like to configure/open another port for telnet. I am useing RH 8
any help for this newbe would be greatly appreciated...

david_ross 10-29-2004 01:44 PM

Welcome to LQ.

Do you mean how with the client or server? With the client:
telnet <i>host port</i>

With regards to the server I would strongly reccomend upgrading to ssh for security then just add multiple "Port" lines to sshd_config.

kenhrl 10-29-2004 01:51 PM

Thanks for some help

I know how to telnet to a different port. My question was how to configure or open
a different port besides the default one so I can telent to it like so


telent hostname 5555

celejar 10-29-2004 04:15 PM

You would need to run a telnet server on the other port. Check your particular server's docs for how, but for remote access you're certainly better off running sshd rather than telnetd or similar, as david_ross has suggested.


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