From: Mike Westerhof Date: Sat, 25 Feb 2006 22:18:45 +0000 (+0000) Subject: unslung-rootfs: install updated telnet.htm page X-Git-Tag: Release-2010-05/1~9453^2~2304^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b638a61675e15da23716226248fd33f3bce7ab7;p=openembedded.git unslung-rootfs: install updated telnet.htm page --- 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 index 0000000000..7807f228a2 --- /dev/null +++ b/packages/nslu2-binary-only/unslung-rootfs-2.3r63/telnet.htm @@ -0,0 +1,32 @@ + + + + + + Enable/Disable NSLU2 telnet Service + + + + + +

Enable/Disable NSLU2 telnet Service

+ + +
+
+

Current telnet service status: @status#

+
+ + +
+
+
+

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.

+

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".

+
+
+

Back

+
+ + + diff --git a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb index d45e4103b8..e9b88acb37 100644 --- a/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb +++ b/packages/nslu2-binary-only/unslung-rootfs_2.3r63.bb @@ -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#