create a simple server for telnetForum: Other Help Topics Topic: create a simple server for telnet started by: Bilal Posted by Bilal on Mar. 16 2005,09: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.. Posted by AwPhuch on Mar. 17 2005,02:06
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 Posted by cbagger01 on Mar. 17 2005,03:41
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. |