From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sun, 9 Aug 2009 19:35:36 +0200 Message-ID: From: Rudolf Sykora To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] ssh port specification Topicbox-Message-UUID: 3ee8dfde-ead5-11e9-9d60-3106f5b1d025 Thanks a lot... It works. ... I always forget that that leading tcp! is really necessary :) (even though I know why, on second thought) Ruda 2009/8/9 Lyndon Nerenberg : >> Hello everyone, >> I want to connect to a ssh server (v1) with the plan 9 ssh command. >> However, the server runs on a non-standard port (not 22). >> I can't figure out, how to specify the port number for the ssh command. > > ssh user@net!host!port > >