From 42e379c3a108a070a663f8ac36daa8a079632c9a Mon Sep 17 00:00:00 2001 From: Genya_LC <50336546+GenyaLC@users.noreply.github.com> Date: Sat, 28 Feb 2026 12:14:51 +0100 Subject: [PATCH] tip added --- _zigbee/Lidl_TYGWZ-01.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_zigbee/Lidl_TYGWZ-01.md b/_zigbee/Lidl_TYGWZ-01.md index e629e1fd6..01c8c97d3 100644 --- a/_zigbee/Lidl_TYGWZ-01.md +++ b/_zigbee/Lidl_TYGWZ-01.md @@ -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