From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 18:21:49 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 0A3E016A4DA for ; Fri, 25 Aug 2006 18:21:49 +0000 (UTC) (envelope-from lists@rawb.net) Received: from smtp144.iad.emailsrvr.com (smtp144.iad.emailsrvr.com [207.97.245.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD8443D49 for ; Fri, 25 Aug 2006 18:21:48 +0000 (GMT) (envelope-from lists@rawb.net) Received: from [192.168.1.4] (waterbury-gen2cuda1-68-68-137-59.albyny.adelphia.net [68.68.137.59]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: lists@rawb.net) by relay4.r5.iad.mlsrvr.com (SMTP Server) with ESMTP id 22F4BC15F for ; Fri, 25 Aug 2006 14:21:47 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: questions@freebsd.org Message-Id: From: Robert Gabaree Date: Fri, 25 Aug 2006 14:21:39 -0400 X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: OK Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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 18:21:49 -0000 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. Thanks, Rob