From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 21:45:59 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C09D16A421 for ; Thu, 28 Jun 2007 21:45:59 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from host222.ipowerweb.com (host222.ipowerweb.com [66.235.210.10]) by mx1.freebsd.org (Postfix) with SMTP id 6D07A13C4B0 for ; Thu, 28 Jun 2007 21:45:59 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: (qmail 96244 invoked from network); 28 Jun 2007 21:41:23 -0000 Received: from unknown (HELO demeter.hydra) (24.9.123.251) by host222.ipowerweb.com with SMTP; 28 Jun 2007 21:41:23 -0000 Received: from demeter.hydra (localhost [127.0.0.1]) by demeter.hydra (8.13.6/8.13.6) with ESMTP id l5SLjpZs007689 for ; Thu, 28 Jun 2007 15:45:51 -0600 (MDT) (envelope-from perrin@apotheon.com) Received: (from ren@localhost) by demeter.hydra (8.13.6/8.13.6/Submit) id l5SLjorO007688 for freebsd-questions@freebsd.org; Thu, 28 Jun 2007 15:45:50 -0600 (MDT) (envelope-from perrin@apotheon.com) X-Authentication-Warning: demeter.hydra: ren set sender to perrin@apotheon.com using -f Date: Thu, 28 Jun 2007 15:45:50 -0600 From: Chad Perrin To: FreeBSD Questions Message-ID: <20070628214550.GA7645@demeter.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: svn+ssh over nonstandard port fails to connect X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 21:45:59 -0000 I'm attempting to connect to a Subversion repository via SSH using a nonstandard port to check out the repository. The names and numbers in the following have been changed to protect the guilty: svn co svn+ssh://user@123.45.678.90:1234/usr/home/svn-repos/project project The result I get is as follows: ssh: 123.45.678.90:1234: hostname nor servname provided, or not known svn: Connection closed unexpectedly Am I having a brainless moment here? What am I missing? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] print substr("Just another Perl hacker", 0, -2);