SSH Automator Application icon

SSH Automator 1.0

2.6 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

SSH Automator, developed and published by birmobil, has released its latest version, 1.0, on 2017-12-26. This app falls under the Tools category on the Google Play Store and has achieved over 10 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

SSH Automator 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: net.hunsoft.sshautomator

Updated: 7 years ago

Developer Name: birmobil

Category: Tools

Installation Instructions

This article outlines two straightforward methods for installing SSH Automator 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.

Previous Versions

SSH Automator 1.0
2017-12-26 / 2.6 MB / Android 2.3+

About this app

What is SSH Automator?
SSH Automator is a tool, which you can program it to do remote task over SSH from your android device. For example; if you have to connect multiple ssh server and run backup tasks every day, you can program that task with SSH Automator and do it with single click. SSH Automator will automaticly connect with your SSH Servers and send the commands one by one. It can connect with unlimited servers in a single task.

How to use it
The scripting system is very easy. Tap top menü and select “Add Task”. Fill your task name and lets create a backup script together. In this example, lets connect with our VPS and run our backup.sh script. To do that, the script must be like this:

connect domain.com 22 myusername mypassword
command ls
command bash /root/backup.sh
close

As you noticed, the connect tag setted our ssh connection parameters where domain.com is my domain, 22 is my ssh server port, and we also provided our ssh username and password. Every task must start with connection tag, and end with close tag. Close tag also sends “exit” command to your ssh, so you dont have to.


Useful information:
When you ssh scripts runs too long, and you dont want to wait, you can easly use “nohup” command of Linux. It will run your command at background even you are disconnected. Dont forget to end the command with “&”
Example: command nohup bash /root/backup.sh &
If your ssh server doesnt support nohup, you can easly install it.


Please feel free to talk with us over live chat or email on www.hunsoft.net for your any question