_______________________________________________________________________________________________________
_______________________________________________________________________________________________________
© Virtual Access 2018
GW2020 Series User Manual
Issue: 2.1
Page 31 of 423
Web Field/UCI/Package Option
Description
Basic settings
Web: Interface
UCI: dropbear.@dropbear[0].Interface
Opt: interface
Listens only on the selected interface. If unspecified is checked,
listens on all interfaces. All configured interfaces will be displayed
via the web GUI.
(unspecified)
listens on all interfaces.
Range
Configured interface names.
Web: Port
UCI: dropbear.@dropbear[0].Port
Opt: port
Specifies the listening port of the Dropbear instance.
22
Range
0-65535
Web: Password authentication
UCI:
dropbear.@dropbear[0].PasswordAuth
Opt: PasswordAuth
If enabled, allows SSH password authentication.
0
Disabled.
1
Enabled.
Web: Allow root logins with password
UCI:
dropbear.@dropbear[0].RootPasswordAuth
Opt: RootPasswordAuth
Allows the root user to login with password.
0
Disabled.
1
Enabled.
Web: Gateway ports
UCI:
dropbear.@dropbear[0].GatewayPorts
Opt: GatewayPorts
Allows remote hosts to connect to local SSH forwarded ports.
0
Disabled.
1
Enabled.
Web: Idle Session Timeout
UCI: dropbear.@dropbear[0].IdleTimeout
Opt: IdleTimeout
Defines the idle period where remote session will be closed after
the allocated number of seconds of inactivity.
30
30 seconds.
Range
Web: n/a
UCI: dropbear.@dropbear[0]. BannerFile
Opt: BannerFile
Defines a banner file to be displayed during login.
/etc/banner
Range
Web: n/a
UCI:
dropbear.@dropbear[0].MaxLoginAttempts
Opt: MaxLoginAttempts
Specifies maximum login failures before session terminates.
10
0-infinite
Table 8: Information table for SSH access settings
5.12
Package dropbear using UCI
root@VA_router:~# uci show dropbear
dropbear.@dropbear[0]=dropbear
dropbear.@dropbear[0].PasswordAuth=on
dropbear.@dropbear[0].RootPasswordAuth=on
dropbear.@dropbear[0].GatewayPorts=0
dropbear.@dropbear[0].IdleTimeout=30
dropbear.@dropbear[0].Port=22
dropbear.@dropbear[0].MaxLoginAttempts=3
Package dropbear using package options