Other Help Topics :: create a simple server for telnet



hello,

i have added users to my dsl, now i want to allow them to log into my box using telnet. how can i make that possilbe. i know how to use tel:)net and i know how to create user accounts but i dont know how to make my dsl accept telnet connections for users to login..

:)

Quote (Bilal @ Mar. 16 2005,04:55)
hello,

i have added users to my dsl, now i want to allow them to log into my box using telnet. how can i make that possilbe. i know how to use tel:)net and i know how to create user accounts but i dont know how to make my dsl accept telnet connections for users to login..

:)

You sure you want to use telnet?
Why not use SSH?

All you would have to do is activate sshd, or use the desktop gui to turn it on

Brian
AwPhuch

The telnet server is not included with DSL.

Using ssh will require a small learning curve, but it is more secure than using telnet for your connections.

If you really want telnetd you can Enable Apt and then apt-get install telnetd  from the Debian archives.


original here.