Is there a way I can send a command to my local Linux server with ssh? Lets say when i connect to my wifi.
FYI. I use a app to send commands to the server called SSH Commander. I can make a shortcut to send the command. But i don't see a way to build to that shortcut with the launch shortcut action. Any workarounds ?
ssh command to server
Moderator: Martin
Re: ssh command to server
Hi,
You could install an ssh binary on your phone and use a regular action Execute Command to directly invoke the ssh command (Dropbear should work but I have not tested this myself).
Regards,
Martin
You could install an ssh binary on your phone and use a regular action Execute Command to directly invoke the ssh command (Dropbear should work but I have not tested this myself).
Regards,
Martin
Re: ssh command to server
I got it working with the ssh tasker plugin and the plugin action. works great so far. thanks.
Re: ssh command to server
Great, I've completely forgot about the SSH Tasker plugin. Good to know that it works.