Home  /  Tools Apps  / Tasker SSH Command Launcher on Windows Pc

Tasker SSH Command Launcher on Windows Pc

Developed By: Aled Thomas

License: Free

Rating: 3,9/5 - 60 votes

Last Updated: December 27, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version Varies with device
Size 1 MB
Release Date September 08, 13
Category Tools Apps

What's New:
v1.1.5 Local variable for output doesn't work for some people so output is now returned to global tasker variable %SSH_OUTv1.1.4 Bug fixed from... [see more]

Description from Developer:
Plug in for Tasker and Locale which allows execution of commands on a remote machine via an SSH connection.

Supports password authentication and shared key authentication using op... [read more]

App preview ([see all 3 screenshots])

App preview

About this app

On this page you can download Tasker SSH Command Launcher and install on Windows PC. Tasker SSH Command Launcher is free Tools app, developed by Aled Thomas. Latest version of Tasker SSH Command Launcher is Varies with device, was released on 2013-09-08 (updated on 2023-12-27). Estimated number of the downloads is more than 1,000. Overall rating of Tasker SSH Command Launcher is 3,9. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 60 users, 5 users had rated it 5*, 26 users had rated it 1*.

How to install Tasker SSH Command Launcher on Windows?

Instruction on how to install Tasker SSH Command Launcher on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Tasker SSH Command Launcher on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Tasker SSH Command Launcher using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Tasker SSH Command Launcher" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Tasker SSH Command Launcher on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Tasker SSH Command Launcher" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: Varies with device.

Download Tasker SSH Command Launcher Varies with device on Windows PC – 1 MB

Plug in for Tasker and Locale which allows execution of commands on a remote machine via an SSH connection.

Supports password authentication and shared key authentication using openSSH dsa or rsa keys.

Supports variable substitution so you can use your tasker variables in your commands.

Allows access to the output of your command via tasker variable.

THIS APP REQUIRES EITHER TASKER OR LOCALE TO BE INSTALLED, IT WILL NOT WORK WITHOUT THEM

find it under plugins/ssh command.
input the ip or hostname of the remote machine (and port if necessary), your user name on the remote machine and either a password or select your local private key file. choose the correct authentication method.
The plugin will remember these details for any other tasks you create to run commands on the remote machine,

Enter the command you want to run on the remote machine and then you can use tasker to run them via button, shortcut, menu, condition or any of taskers many other options.

At the moment both rsa and dsa keyfiles are supported (i.e. keys generated by ssh-keygen or connectbot), To use keys generated in putty (puttygen) use the "export as openssh" option from the menu to obtain a key in the correct format.
v1.1.5
Local variable for output doesn't work for some people so output is now returned to global tasker variable %SSH_OUT

v1.1.4
Bug fixed from previous release