[Zope-CVS] CVS: Packages/SFTPGateway/etc - short.conf:1.1

Fred L. Drake, Jr. fred at zope.com
Tue Jan 6 16:18:31 EST 2004


Update of /cvs-repository/Packages/SFTPGateway/etc
In directory cvs.zope.org:/tmp/cvs-serv29517

Added Files:
	short.conf 
Log Message:
sample.conf without the long comments


=== Added File Packages/SFTPGateway/etc/short.conf ===
# =================================
# Sample SFTP Gateway Configuration
# =================================

# This is a sample configuration file for SFTP Gateway.
#
# This contains the same configuration as sample.conf, but without the
# explanations.  This may be more readable for some, and more usable
# as a template for many.

<sftp-gateway>
  sftp-server       localhost:8022
  ftp-server        192.168.1.99:8021
  private-host-key  /etc/ssh/ssh_host_dsa_key
  #public-host-key    /etc/ssh/ssh_host_dsa_key.pub
</sftp-gateway>

%define base    /opt/Zope/SFTPGateway
%define logfile $base/log/sftpgateway.log

<runner>
  program   $base/bin/sftpgateway -C etc/sftpgateway.conf
  daemon    yes
  logfile   $logfile
</runner>

<logger>
  name          sftpgateway
  propagate     no
  level         info

  <logfile>
    path        $logfile
    dateformat  %Y-%m-%d %H:%M:%S
    format      %(asctime)s %(name)s %(message)s
  </logfile>

</logger>




More information about the Zope-CVS mailing list