fbt
36ece3020b
a conf.d entry for dropbear that overrides the provided initsctipt. Just a simple change in “where do we want to listen”, but impossible to do otherwise without changing the initscript directly as dropbear does not support any external config files. So there you have it, the feature now has a purpose.
6 lines
89 B
Bash
6 lines
89 B
Bash
# dropbear config
|
|
|
|
cfg_listen_port='2234'
|
|
|
|
service_args="-R -w -F -p ${cfg_listen_port}"
|