Skip to content

Instantly share code, notes, and snippets.

@kzn4
Created June 4, 2017 08:36
Show Gist options
  • Save kzn4/3c575957b1fc1ecee15458dcfe9a5cba to your computer and use it in GitHub Desktop.
Save kzn4/3c575957b1fc1ecee15458dcfe9a5cba to your computer and use it in GitHub Desktop.
# disabled because OpenSSH is installed
# change to NO_START=0 to enable Dropbear
NO_START=0
# the TCP port that Dropbear listens on
DROPBEAR_PORT=443
# any additional arguments for Dropbear
DROPBEAR_EXTRA_ARGS=
# specify an optional banner file containing a message to be
# sent to clients before they connect, such as "/etc/issue.net"
DROPBEAR_BANNER=""
# RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
#DROPBEAR_RSAKEY="/etc/dropbear/dropbear_rsa_host_key"
# DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
#DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key"
# Receive window size - this is a tradeoff between memory and
# network performance
DROPBEAR_RECEIVE_WINDOW=65536
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment