Skip to main content

Posts

Showing posts from January, 2011

Ubuntu How To: Setup Telnet,SSH & FTP service

Open terminal & become root(#) :  sudo -i  For Telnet :              1.  Install the package telnetd                           # apt-get install telnetd              2.  Now check telnet is running or not                        # nmap localhost                  The output must consist ' 23 Telnet ' .By default telnet service runs on                   23 port number.              ...