aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nslu2-binary-only/unslung-rootfs/telnet.htm
blob: c1d339777a287220e452fb9247026a4bd9a492f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

  <HEAD>
    <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
    <TITLE>Enable/Disable NSLU2 telnet Service</TITLE>
    <LINK REL="stylesheet" TYPE="text/css" HREF="../ig_n.css">
    <SCRIPT language="JavaScript" type="text/javascript" src="../stdlib.js"></SCRIPT>
  </HEAD>

  <IMG SRC="../linksys.gif">
  <H2><P ALIGN=CENTER>Enable/Disable NSLU2 telnet Service</P></H2>

  <BODY onLoad="showMsg();">
    <CENTER>
      <HR>
      <P>Current telnet service status: <FONT color="ff1111">@status#</FONT></P>
      <FORM ACTION="telnet.cgi" METHOD="post">
        <INPUT type="submit" name="action" value="@action#">
        <INPUT type="Hidden" name="message" value="@message#">
      </FORM>    
    </CENTER>
    <HR>
    <P>NOTICE: The telnet service is inherently not secure.  Among other security concerns, the login id and passwords you enter will be sent in plaintext across the network.  In order to provide a slightly higher degree of security, the service will not be automatically restarted upon reboot.  However, if you do not intend to reboot soon, it is recommended that you use this page to disable the service as soon as it is no longer needed.</P>
    <P>A better solution than telnet for network terminal access to the NSLU2 is to use an SSH package, such as "openssh".  This package is secure, will remove the need to use a web browser to enable access, and is less prone to inadvertent disabling than telnet.  Openssh can be installed using the standard "ipkg" mechanism: "ipkg install openssh".  No additional configuration is required; the installer will perform all the necessary configuration to setup openssh as a telnet replacement.  <B>You are strongly encouraged to install openssh as soon as possible.</B></P>
    <HR>
    <CENTER>
      <P><A HREF="/index.cgi">Back</A></P>
    </CENTER>
  </BODY>

</HTML>