7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
|
# /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=""
|