[FS#660] Dropbear stops working after issuing /etc/init.d/network restart.

LEDE Bugs lede-bugs at lists.infradead.org
Tue Apr 25 05:13:17 PDT 2017


The following task has a new comment added:

FS#660 - Dropbear stops working after issuing /etc/init.d/network restart.
User who did this - Adrian Draus (r43k3n)

----------
I use SSH keys to log in to my router without entering password.
Here are my config files:


config dropbear
	option PasswordAuth 'on'
#	option RootPasswordAuth 'on'
	option Port '22'
	option Interface 'lan'
#	option BannerFile '/etc/banner'
	option IdleTimeout '900'



config uhttpd 'main'
	list listen_http '0.0.0.0:80'
	list listen_http '[::]:80'
	list listen_https '0.0.0.0:443'
	list listen_https '[::]:443'
	option redirect_https '1'
	option home '/www'
	option rfc1918_filter '1'
	option max_requests '3'
	option max_connections '100'
	option cert '/etc/uhttpd.crt'
	option key '/etc/uhttpd.key'
	option cgi_prefix '/cgi-bin'
	option script_timeout '60'
	option network_timeout '30'
	option http_keepalive '20'
	option tcp_keepalive '1'
	option ubus_prefix '/ubus'

config cert 'defaults'
	option days '730'
	option bits '2048'
	option country 'ZZ'
	option state 'Somewhere'
	option location 'Unknown'
	option commonname 'LEDE'

----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=660#comment2491



More information about the lede-bugs mailing list