updated on Mon Jan 16 16:00:41 UTC 2012
[aur-mirror.git] / dropbear / dropbear-conf.d
blob6f3b8f0c52588b37aebbaa08c69b0f1ad84af746
1 # the TCP port that Dropbear listens on
2 DROPBEAR_PORT="127.0.0.1:22" # Default to local-only.
4 # any additional arguments for Dropbear
5 DROPBEAR_EXTRA_ARGS="-w" # Default to no-root logins.
7 # specify an optional banner file containing a message to be
8 # sent to clients before they connect, such as "/etc/issue.net"
9 DROPBEAR_BANNER=""
11 # RSA hostkey file (default: /etc/dropbear/dropbear_rsa_host_key)
12 #DROPBEAR_RSAKEY="/etc/dropbear/dropbear_rsa_host_key"
14 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
15 DROPBEAR_DSSKEY="/etc/dropbear/dropbear_dss_host_key"