John Crispin
a866b7eb9d
dropbear: make missing variables local
...
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 40914
11 years ago
Felix Fietkau
f2fdd8ebdb
dropbear: add options SSHKeepAlive and IdleTimeout.
...
Without timeout mechanism, if ssh client disconnected without sending
FIN or RST, forked dropbear servers would hang there for
KEX_RETRY_TIMEOUT seconds (8 hours).
TCP keepalive is not implemented in dropbear yet, thus the name
SSHKeepAlive.
300 seconds in this patch is selected from the default value of
ServerAliveInterval for Debian ssh client (See man ssh_config).
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 40299
11 years ago
Felix Fietkau
dd5a12c5a1
dropbear: fix interface config setting
...
Patch from #15070
SVN-Revision: 40298
11 years ago
John Crispin
a9cfb4b827
procd: fixup 2 wrong option types
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38789
11 years ago
John Crispin
1f93857092
procd: convert services to the new validation api
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38787
11 years ago
Luka Perkov
ef5f836207
fix various init scripts
...
Changes include:
* removing unused variables
* replacing spaces with tabs where appropriate
* more consistency with variable declarations
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38142
11 years ago
John Crispin
f874094402
procd: convert various packages to procd style init.d scripts
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38023
11 years ago
John Crispin
8d546699c5
dropbear: register a config.change trigger
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37245
12 years ago
Felix Fietkau
7ed89e8542
dropbear: convert init script to procd
...
SVN-Revision: 34867
12 years ago
Felix Fietkau
82bd58c793
dropbear: use network_get_device instead of scan_interfaces to get the device name
...
SVN-Revision: 34863
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Nicolas Thill
be27ac53f2
package/dropbear: use new service wrapper
...
SVN-Revision: 28838
13 years ago
Jo-Philipp Wich
8fc2981bcd
dropbear: - split port argument at the rightmost colon, allows binding to specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it ( #9853 )
...
SVN-Revision: 27843
13 years ago
Vasilis Tsiligiannis
faf45b7316
dropbear: Add config options to allow specification of host key files, thanks Scott Merrilees and Matthias Buecher ( #7824 )
...
SVN-Revision: 23148
14 years ago
Alexandros C. Couloumbis
ac899e4bd2
package/dropbear: simplify & reduce init script size ( closes #7985 )
...
SVN-Revision: 23118
14 years ago
Daniel Dickinson
6a9a205f32
dropbear: Add RootLogin parameter to control whether ssh logins as root are allowed.
...
SVN-Revision: 22393
15 years ago
Vasilis Tsiligiannis
f44a14f784
package] dropbear: Add bind 'Interface' option ( #7149 )
...
SVN-Revision: 20960
15 years ago
Travis Kemen
6aca925ca8
this patch allow to set -g option 1. -g allow to make a more secure ssh server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess).
...
Matthieu
from #6736
SVN-Revision: 20219
15 years ago
Jo-Philipp Wich
87d3ed312c
dropbear: performance improvements in init script, quiet mode for start-stop-daemon - patch by Matthias Buecher <mail@maddes.net>
...
SVN-Revision: 19569
15 years ago
Felix Fietkau
d33454d86d
stop dropbear at shutdown as well
...
SVN-Revision: 19430
15 years ago
Jo-Philipp Wich
0f528002ad
dropbear: add GatewayPorts (-a) option ( #6503 )
...
SVN-Revision: 19127
15 years ago
John Crispin
76ff676a1e
#4985 - fixes dropbear banner file, thanks Roman Yepishev
...
SVN-Revision: 18009
15 years ago
Jo-Philipp Wich
498fe852f8
dropbear: safely support remote restarting of dropbear process; bump pkg revision ( #5498 )
...
SVN-Revision: 17113
16 years ago
Florian Fainelli
a377aa9ab5
add dropkey ssh keys and config files to the conffiles section ( #2014 )
...
SVN-Revision: 14399
16 years ago
Mike Baker
bef40307bb
START/STOP values must be specified in the init script
...
SVN-Revision: 7164
18 years ago
Felix Fietkau
b69fd0a322
cosmetic fix
...
SVN-Revision: 6146
18 years ago
Felix Fietkau
38912058a0
fix dropbear config ( #960 )
...
SVN-Revision: 6117
18 years ago
Felix Fietkau
a640884663
fix dropbear keygen
...
SVN-Revision: 5375
18 years ago
Felix Fietkau
94e46a7ef3
fix unnecessary dropbear key generation
...
SVN-Revision: 5354
18 years ago
Felix Fietkau
fda36c539a
sync dropbear init script with whiterussian, fix locking and add config integration by Carlos Sobrinho
...
SVN-Revision: 5331
18 years ago
Felix Fietkau
673622720a
fix dropbear init script
...
SVN-Revision: 5295
18 years ago