unslung-rootfs: install updated telnet.htm page
authorMike Westerhof <mwester@dls.net>
Sat, 25 Feb 2006 22:18:45 +0000 (22:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 25 Feb 2006 22:18:45 +0000 (22:18 +0000)
packages/nslu2-binary-only/unslung-rootfs-2.3r63/telnet.htm [new file with mode: 0644]
packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb

diff --git a/packages/nslu2-binary-only/unslung-rootfs-2.3r63/telnet.htm b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/telnet.htm
new file mode 100644 (file)
index 0000000..7807f22
--- /dev/null
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
+<HTML>\r
+\r
+  <HEAD>\r
+    <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">\r
+    <TITLE>Enable/Disable NSLU2 telnet Service</TITLE>\r
+    <LINK REL="stylesheet" TYPE="text/css" HREF="../ig_n.css">\r
+    <SCRIPT language="JavaScript" type="text/javascript" src="../stdlib.js"></SCRIPT>\r
+  </HEAD>\r
+\r
+  <IMG SRC="../linksys.gif">\r
+  <H2><P ALIGN=CENTER>Enable/Disable NSLU2 telnet Service</P></H2>\r
+\r
+  <BODY onLoad="showMsg();">\r
+    <CENTER>\r
+      <HR>\r
+      <P>Current telnet service status: <FONT color="ff1111">@status#</FONT></P>\r
+      <FORM ACTION="telnet.cgi" METHOD="post">\r
+        <INPUT type="submit" name="action" value="@action#">\r
+        <INPUT type="Hidden" name="message" value="@message#">\r
+      </FORM>    \r
+    </CENTER>\r
+    <HR>\r
+    <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>\r
+    <P>A better solution than telnet for network terminal access to the NSLU2 is to use an SSH package, such as "openssh" or "dropbear".  These packages are secure, and will not require any special steps to enable once installed.  Openssh can be installed using the standard "ipkg" mechanism: "ipkg install openssh".</P>\r
+    <HR>\r
+    <CENTER>\r
+      <P><A HREF="/index.cgi">Back</A></P>\r
+    </CENTER>\r
+  </BODY>\r
+\r
+</HTML>\r
index d45e410..e9b88ac 100644 (file)
@@ -1,6 +1,6 @@
 SECTION = "base"
 
-PR = "r8"
+PR = "r9"
 
 DEPENDS = "nslu2-linksys-libs"
 
@@ -42,7 +42,9 @@ SRC_URI = "http://nslu.sf.net/downloads/nslu2-linksys-ramdisk-2.3r63-2.tar.bz2 \
           file://wait-for-quotacheck.patch;patch=1 \
           file://mount_usbdevfs.patch;patch=1 \
           file://security-fixes.patch;patch=1 \
-          file://upgrade.htm file://upgrade.cgi \
+          file://upgrade.htm \
+          file://upgrade.cgi \
+          file://telnet.htm \
           file://rc.bootbin \
           "
 
@@ -60,6 +62,8 @@ do_compile () {
 
        install -m 644 ${WORKDIR}/unslung.gif ${S}/home/httpd/html/linksys.gif
 
+       install -m 644 ${WORKDIR}/telnet.htm ${S}/home/httpd/html/Management/telnet.htm
+
        sed -i -e 's/@version#</@version#-uNSLUng-'${DISTRO_VERSION}'</' ${S}/home/httpd/html/home.htm
        sed -i -e s/@ds_sw_version#/@ds_sw_version#-uNSLUng-${DISTRO_VERSION}/ \
                ${S}/home/httpd/html/Management/upgrade.htm