Hello,
I need to generate a password from ssh and to stock it on home-assistant.
My ssh command :
ssh -i /config/.ssh/id_rsa -o 'StrictHostKeyChecking=no' [email protected] -p 66 "cat /volume1/homes/Guillaume/mdp > {{ states('input_text.mdp') }}"
It don’t works.
It’s possible ? How can I do that ?