mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-11 00:31:49 +02:00
7 lines
190 B
Bash
7 lines
190 B
Bash
# /etc/conf.d/dropbear: config file for /etc/init.d/dropbear
|
|
|
|
# see `dropbear -h` for more information
|
|
# -w disables root logins
|
|
# -p # changes the port number to listen on
|
|
DROPBEAR_OPTS=""
|