1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# The TCP port that Dropbear listens on
#DROPBEAR_PORT=22
# Receive window size - this is a tradeoff between memory and network performance
#DROPBEAR_RECEIVE_WINDOW=65536
# Any additional arguments for Dropbear. For instead set
#
# DROPBEAR_EXTRA_ARGS="-b /etc/issue.net"
#
# to specify an optional banner file containing a message to be sent to
# clients before they connect; or
#
# DROPBEAR_EXTRA_ARGS="-r /etc/dropbear/rsa_host_key -r /etc/dropbear/ed25519_host_key"
#
# to specify custom host keys. See dropbear(8) for possible values.
#DROPBEAR_EXTRA_ARGS=""
|