##-----------------------------------------------------------------------------
## inet.txt - fli4l configuration parameters                       2.0.7
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     26.06.2001  fm
## Last Update:  23.09.2001  od
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional package: TELNETD
#------------------------------------------------------------------------------
OPT_TELNETD='no'                # install telnetd: yes or no
TELNETD_PORT='23'               # telnet port, see also FIREWALL_DENY_PORT_x

#------------------------------------------------------------------------------
# Optional package: SSHD (secure shell)
#------------------------------------------------------------------------------
OPT_SSHD='no'                   # install sshd: yes or no
SSHD_PORT='22'                  # ssh port, see also FIREWALL_DENY_PORT_x
SSHD_PUBLIC_KEYS_N='0'          # number of public keys to add to 
				# /.ssh/authorized_keys
SSHD_PUBLIC_KEY_1=''		# public key (identity.pub) generated 
				# by ssh-keygen
#------------------------------------------------------------------------------
# Optional package: FTPD
#------------------------------------------------------------------------------
OPT_FTPD='no'                   # install ftpd: yes or no
FTPD_PORT='21'                  # ftp port, see also FIREWALL_DENY_PORT_x
