Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/scripts/init/service.d/service_sshd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ source /etc/utopia/service.d/log_capture_path.sh
source /etc/device.properties
source /etc/waninfo.sh

if [ "$sshEnabled" = "false" ]; then
echo_t "[utopia] exiting from ${SERVICE_NAME} since rdkb ssh is disabled"
exit
fi

WAN_INTERFACE=$(getWanInterfaceName)
DEFAULT_WAN_INTERFACE="erouter0"
LANIPV6Support=`sysevent get LANIPv6GUASupport`
Expand Down
Loading