From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 19:56:38 2006 Return-Path: X-Original-To: questions@freebsd.org 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 2981216A4EB for ; Fri, 25 Aug 2006 19:56:38 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A72C843D45 for ; Fri, 25 Aug 2006 19:56:37 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k7PJuau6089719; Fri, 25 Aug 2006 14:56:36 -0500 (CDT) (envelope-from dan) Date: Fri, 25 Aug 2006 14:56:36 -0500 From: Dan Nelson To: Robert Gabaree Message-ID: <20060825195636.GA54945@dan.emsphone.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.12-2006-07-14 Cc: questions@freebsd.org Subject: Re: How can I configure SFTP options? Can't find out where.. 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: Fri, 25 Aug 2006 19:56:38 -0000 In the last episode (Aug 25), Robert Gabaree said: > I would like to use SFTP and have the following in /etc/ssh/sshd_config: > > Subsystem sftp /usr/libexec/sftp-server > > It works, but I was wondering how do I go about enabling specific > options for it, such as specifying a new port. I can't seem to > figure out where to put the arguments. That's the "Port" line in sshd_config. From the manpage: Port Specifies the port number that sshd listens on. The default is 22. Multiple options of this type are permitted. See also ListenAddress. -- Dan Nelson dnelson@allantgroup.com