AlexxIT / SSHCommand

Run any SSH command on remote server from Home Assistant service call
https://github.com/AlexxIT/Blog
MIT License
89 stars 7 forks source link

Support no password/user #17

Closed vegedb closed 5 months ago

vegedb commented 1 year ago
  1. I have already setup SSH keys.
  2. Using docker exec -it, I am able to ssh without requiring password. using this command ssh pi@192.168.1.200' -i /config/.ssh/id_rsa

Hope there's an option to just call service to run commands without any passwords

AlexxIT commented 5 months ago

https://github.com/AlexxIT/SSHCommand/releases/tag/v1.1.0