From owner-freebsd-questions@FreeBSD.ORG Thu Feb 10 18:09:03 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9786916A4CE for ; Thu, 10 Feb 2005 18:09:03 +0000 (GMT) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4448D43D53 for ; Thu, 10 Feb 2005 18:09:03 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id EE5A6C56531 for ; Thu, 10 Feb 2005 13:09:01 -0500 (EST) X-Sasl-enc: 95Omc+eztYFHb5ZM6pX0qA 1108058940 Received: from gumby.localhost (dsl-80-41-11-157.access.as9105.com [80.41.11.157]) by frontend2.messagingengine.com (Postfix) with ESMTP id B17A275E for ; Thu, 10 Feb 2005 13:09:00 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Thu, 10 Feb 2005 18:08:56 +0000 User-Agent: KMail/1.7.2 References: <200502101308.13556.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200502101308.13556.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502101808.57523.list-freebsd-2004@morbius.sent.com> Subject: Re: Javascript in Lynx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 18:09:03 -0000 On Thursday 10 February 2005 13:08, RW wrote: > On Thursday 10 February 2005 06:32, Vince Sabio wrote: > > I'm running 5.1-RELEASE, and need to use Lynx via an ssh session to > > access my firewall's administrative interface. Logging into the > > firewall requires javascript. My FreeBSD machine has a stock > > installation of Lynx Version 2.8.4rel.1. I've gone through the > > [O]ptions in Lynx to find some means of enabling javascript, but > > haven't been able to locate it. The on-line docs don't seem to > > mention anything about it. Does Lynx even support javascript? If so, > > how do I enable it? > > I don't think it does, most people that want a more able text-based browser > would go for links or w3m. BTW are you aware of ssh port-forwarding? You should be able to forward a local port on your desktop machine through to the HTTP port of the firewall via an ssh tunnel to the FreeBSD box. You can then use any browser you like. It should be detailed in the documentation of your ssh client, but there are many "how-to"s for setting up putty or openssh on the websites of companies that provide anonymous proxy server access.