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
2 changes: 2 additions & 0 deletions _zigbee/Lidl_TYGWZ-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ The script should then print your gateway's root password.
## Customise running software on the gateway
### This section must be run on Linux or WSL (Or any Bash like shell)

[You may need to add the following options to SSH since the device has a very old serer version: ``` -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa ```]

1. SSH into your gateway with the username `root` and the password you decoded earlier, the SSH server will be running on port `2333` and run the following
```bash
if [ ! -f /tuya/ssh_monitor.original.sh ]; then cp /tuya/ssh_monitor.sh /tuya/ssh_monitor.original.sh; fi
Expand Down