How can I allow telnet from another workstation into my ubuntu system?

Asked by Dave DeHerder

How can I allow telnet from another workstation into my ubuntu system?

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
williamts99
Solved:
Last query:
Last reply:
Revision history for this message
Best williamts99 (williamts99) said :
#1

Hello,

You are probably looking for the openssh-server package. Which can be installed using synaptic, or the command line.
sudo apt-get install openssh-server

http://www.openssh.com/

Best Regards,
Williamts99

Revision history for this message
Dave DeHerder (dwd) said :
#2

This does work. Being a geezer, I would prefer telnet, but
I guess ssh is the wave of the future.

Thanks

Revision history for this message
williamts99 (williamts99) said :
#3

If you really, really want telnet, then telnetd would be what you are looking for. Just have to account for everything being sent across the network/internet in plain text.

Best Regards,
Williamts99