I have set up ssh via lan. Then wanted to use ssh via wifi and it throws now an error.
Command Line ssh commands are working. But via Pimatic it gives an error: Host key verification failed.
For example:
Using commandline works:
ssh ssh pi@192.168.1.201 sudo reboot
Using pimatic rule it fails:
execute "ssh pi@192.168.1.201 'sudo reboot'"
And gives errors:
Error on evaluation of rule condition of rule sound2: undefined
error executing an action: undefined
error [pimatic-shell-execute]: [ShellActionHandler] Error: Command execution failed with exit code 255 (Error: Command failed: Host key verification failed.)
Who knows what is going wrong?