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

2006-08-25 Thread Dan Nelson
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:

 PortSpecifies the port number that sshd listens on.  The
 default is 22.  Multiple options of this type are
 permitted.  See also ListenAddress.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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

2006-08-25 Thread Robert Gabaree

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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"