Hi, I followed your blog (thx for that) on how to use Github as backup for the HA configuration. Al is working, till I want t setup the automation. Its stops then I can commit the configuration with the ./ha_gitpush.sh instruction so that file is OK too. But when ik want to setup the automation and test that I get the following message:
stderr: "Host key verification failed.\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists."
returncode: 128
I have tried to regenerate the key, no result, to generate it with Putty, no result, I made a shell command to test easier:
shell_command:
backup: bash /config/ha_gitpush.sh
no result
put the automation as yours:
Put this in automations.yaml
id: l1k3
alias: push HA configuration to GitHub repo
trigger:
Hi, I followed your blog (thx for that) on how to use Github as backup for the HA configuration. Al is working, till I want t setup the automation. Its stops then I can commit the configuration with the ./ha_gitpush.sh instruction so that file is OK too. But when ik want to setup the automation and test that I get the following message:
stderr: "Host key verification failed.\r\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists." returncode: 128
I have tried to regenerate the key, no result, to generate it with Putty, no result, I made a shell command to test easier:
shell_command: backup: bash /config/ha_gitpush.sh
no result
put the automation as yours:
Put this in automations.yaml
Everyday at 23:23:23 time
Again no result
Pls could you advices what to do?
BTW is it possible to do this with a Git Workflow?
Thanks