You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
alias: push HA configuration to GitHub repo
trigger:
Everyday at 23:23:23 time
platform: time
action:
addon: a0d7b954_ssh
input: /config/ha_gitpush.sh
service: hassio.addon_stdin
Again no result
Pls could you advices what to do?
BTW is it possible to do this with a Git Workflow?
Thanks
The text was updated successfully, but these errors were encountered: