SSH Tasker Plugin Application icon

SSH Tasker Plugin 1.0.9

925 KB / 5K+ Downloads / Rating 3.8 - 145 reviews


See previous versions

SSH Tasker Plugin, developed and published by laptopfreek0, has released its latest version, 1.0.9, on 2016-02-19. This app falls under the Tools category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 3.8, based on 145 reviews.

SSH Tasker Plugin APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.laptopfreek0.sshplugin.paid

Updated: 9 years ago

Developer Name: laptopfreek0

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing SSH Tasker Plugin on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

3.8
Total 145 reviews

Reviews

1 ★, on 2020-04-23
Used to work perfectly, now it keeps forgetting the connection values and grabs the username and ports of other tasks at random, absolutely useless

1 ★, on 2018-10-30
Does not work. Getting unknown error.

2 ★, on 2020-04-17
Does it work? Well... sometimes. You never know when.

2 ★, on 2017-09-16
Edit: Regularly getting 'unknown SSH error' on Nougat. Lack of updates has caused me to drop the rating to 2 stars. Great when it works, but too unreliable. I use this Tasker plugin with our home automation. Our devices accept key-only ssh configuration for secure control, and this allows us to control the devices via tasks we've created. It's an awesome tool.

2 ★, on 2017-07-22
No updates in over a year despite multiple people having issues with the "unknown error" issue. Tried contacting the dev and got no response. Autotools by Joas Dias does almost all of the same stuff and a whole bunch of other stuff for a similar price and is still being updated when needed.

5 ★, on 2018-01-11
I've been using this plugin for a long time to communicate with my Raspberry Pis at home. Originally I was using this with Android 5.x (Lollipop) and having zero problems but recently I upgraded to a new phone running Nougat (7.x) where I noticed the error issues. It was only when the screen was off for several minutes and knowing that Nougat had a feature called Doze so I started there. Settings > Battery > Hamburger Menu (3 dots) > Battery Optimization > All Apps (dropdown menu) and select SSH Plugin (Paid). So far it's been working flawlessly again! Great work developers!

Previous Versions

SSH Tasker Plugin 1.0.9
2016-02-19 / 925 KB / Android 2.3+

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).

New features

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