How can I configure SFTP options? Can't find out where..

Dan Nelson dnelson at allantgroup.com
Fri Aug 25 19:56:38 UTC 2006


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 at allantgroup.com


More information about the freebsd-questions mailing list