From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 13:40:32 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 B301D16A4CE for ; Wed, 2 Mar 2005 13:40:32 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 465AD43D4C for ; Wed, 2 Mar 2005 13:40:32 +0000 (GMT) (envelope-from tomasq@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so124052rnf for ; Wed, 02 Mar 2005 05:40:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=j46yB9IwklOIC7lu8xUAIkj20dS0C+cr7iKez1LV1biJMqFSF6LYRwiVQIqjzJWH/8tzw630BP+zMOyqMLk2Lv4rT8yOjTbVcVoWjmEMA03coJlVnCE8klgEBO4lKou2v5MsQbeY1EgL+8voBJjlJ8i7MvRS1d3g705I/DtnEdU= Received: by 10.38.15.9 with SMTP id 9mr38207rno; Wed, 02 Mar 2005 05:40:31 -0800 (PST) Received: by 10.38.66.63 with HTTP; Wed, 2 Mar 2005 05:40:31 -0800 (PST) Message-ID: <9e46c99e05030205402a7f0923@mail.gmail.com> Date: Wed, 2 Mar 2005 08:40:31 -0500 From: Tomas Quintero To: freebsd-questions@freebsd.org In-Reply-To: <20050302142929.U24624@mail.rot-1.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050302075507.P23359@mail.rot-1.de> <20050302074659.GA22958@mccme.ru> <741ae773f75538beb9773fdba82dabb7@secure-computing.net> <20050302142929.U24624@mail.rot-1.de> Subject: Re: sshd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tomas Quintero List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 13:40:32 -0000 > > Hello Eric, > > that meens also to change the port at the ssh-client with "ssh -p ??", > isn't it? > > With regards > Stevan Tiefert Yes, you'd need to use ssh -p in order to connect to the new port, instead of the default port (22). -Tomas Quintero