SSHCommand icon indicating copy to clipboard operation
SSHCommand copied to clipboard

Run any SSH command on remote server from Home Assistant service call

Results 7 SSHCommand issues
Sort by recently updated
recently updated
newest added

Hi! I'm having trouble executing commands. They need the full path of the executable and this causes some bash scripts to not work at all. Please consider a solution to...

question

I am trying to login to my synology using my user and then elevate to root and then run a command using a home assistant script. This is what i...

question

I have a question about SSH_Command i've added it in configuration.yaml als you discribed with the link to secret and then i can't find out how to select is when...

question

After updating to 2024.08.01 the system log reports these two errors on startup: ``` 2024-08-12 10:45:48.261 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be...

bug

Hello. I found an issue on **line 49** where the command does not include an option to run a command with sudo privileges. I modified your __init__.py script in HomeAssistant...

question

Hi AlexxIT. Would it be possible to put an icon to your great integration? https://iconduck.com/icons/144817/ssh

enhancement

Hi, I am unsure why I can't get this to work: ``` sequence: - action: ssh_command.exec_command metadata: {} data: command: sudo reboot host: 192.168.1.189 port: 8090 user: xxx pass: xxx...

question