SSH Tasker Plugin

4.1
146 reviews
5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

SSH Tasker is a plugin for Locale/Tasker that allows you automatically log into a server via SSH and execute remote commands.
* Tasker or Local is require to operate this plugin, the plugin will show up under plugin section when adding an action to a task.
* Keyfile and password authentication is supported with rsa and dsa keys.
* Encrypted keyfiles are supported.
* Commands allow for variable substitution.
* Username, Host, and Port now allow for variable substitution

* Output can be piped to a local Tasker variable (only available during the task) and be acted upon as soon as the command is completed without a Tasker wait.
* Multiple servers are supported, with unique authentication for each.
* Multiple commands can be stringed together using a ;

NOTE: Currently only openSSH keyfile is supported. (This means that connectbot keys will not work without converting them first).
Updated on
Feb 18, 2016

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.1
137 reviews
A Google user
April 23, 2020
Used to work perfectly, now it keeps forgetting the connection values and grabs the username and ports of other tasks at random, absolutely useless
3 people found this review helpful
Did you find this helpful?
Axel Uhl
August 19, 2021
Doesn't work with ed host key checking; no output, no monitoring, no messages, no debug output. Unable to use it.
1 person found this review helpful
Did you find this helpful?
A Google user
October 30, 2018
Does not work. Getting unknown error.
3 people found this review helpful
Did you find this helpful?

What's new

1.0.9
* Fixed an issue with permission being denied causing the file picker to show nothing.

1.0.8
* Fixed a bug with mac authentication

1.0.7
* Fixed connections staying open
* Fixed immediate crashing on certain servers

1.0.5
* Added Variable substitution to keyfiles
* BugFixes