File: dropbear.default

package info (click to toggle)
dropbear 2025.89-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,580 kB
  • sloc: ansic: 108,210; sh: 4,765; perl: 774; python: 763; makefile: 715; java: 177
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (3)
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=""