remidian.com

play Mount of Olives

remidian is remi visser, oracle dba contractor from the Netherlands you can browse my work related braindumps, read my resume or contact me

home *nix

Configure telnet

Install and configure telnet on fresh Debian install

Install (download) telnet

Install telnet with the apt-get utility as shown below:

$ apt-get install telnetd

Configure telnet

Upon install the telnet server is enabled

$ cat /etc/inetd.conf

To start telnet server issue command below.

$ /usr/sbin/in.telnetd
$
$ netstat -a | grep telnet

No Comments, Comment or Ping

Reply to “Configure telnet”