From owner-freebsd-questions Thu Mar 7 2:19:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail008.syd.optusnet.com.au (mail008.syd.optusnet.com.au [203.2.75.232]) by hub.freebsd.org (Postfix) with ESMTP id C612837B416 for ; Thu, 7 Mar 2002 02:19:51 -0800 (PST) Received: from gandalf.scott.sh (c23917.sunsh1.vic.optusnet.com.au [203.164.32.131]) by mail008.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g27AJnN04147 for ; Thu, 7 Mar 2002 21:19:49 +1100 Received: (from scotia@localhost) by gandalf.scott.sh (8.11.6/8.11.6) id g27AJm840298 for freebsd-questions@FreeBSD.ORG; Thu, 7 Mar 2002 21:19:48 +1100 (EST) (envelope-from scotia) Date: Thu, 7 Mar 2002 21:19:48 +1100 From: Scott Aitken To: freebsd-questions@FreeBSD.ORG Subject: sshd[39852]: error: socket: Protocol not supported Message-ID: <20020307211948.A40166@gandalf.scott.sh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, I have set up an SSH connection to a machine, over which I forward http proxy requests to the SSH server which is also running Apache with proxying enabled. In order to get through the firewall at work, I added PORT 443 to the /etc/ssh/sshd_config file (so it now listens on 22 AND 443). I then used port forwarding from localhost:8080 to remotehost:80 and set my proxy in my browser to localhost:8080. Anyway, this all works fine, except for the following error, which is displayed MANY times: host sshd[39852]: error: socket: Protocol not supported host /kernel: Mar 7 20:25:14 gandalf sshd[39852]: error: socket: Protocol not supported I was wondering why this error was occurring and also how to stop it. TIA, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message