Details about SSH OneShot Lite

  • Released
  • Updated
  • iOS Version
  • Age Rating
  • Size
  • Devices
  • Languages
  • September 2, 2014
  • October 1, 2024
  • 11.0+
  • 4+
  • 17.21MB
  • iPhone, iPod
  • English

Features

Developer of SSH OneShot Lite

🙌3
Ratings
🗣❌ unsupported
Your locale
🖼️Download
Icons↘︎

Version History of SSH OneShot Lite

1.4.3

March 29, 2019

Quick bug fix for a crash on startup on iOS 12.2

1.4.2

February 6, 2018

New network activity monitor for the iPhone X.

1.4.1

January 15, 2018

Upgrade for iOS 11 and iPhone X optimisations

1.3.2

October 10, 2017

Fixed a few crashing bugs. Fixed display issues on the screen showing the command results.

1.3.1

August 7, 2016

Fixed a bug that prevented the folder and command labels from being displayed.

1.3

February 10, 2016

General bug fixes and optimizations. Major update to the SSH library to connect to modern SSH Servers (notably El Capitan)

1.2

September 22, 2015

Bug fix permitting the use of high port numbers. Basic availability testing for servers. If I can't be sure that the server is available, the buttons will show up as greyed out (but you can still manually tap the command) and status commands will not auto-launch which should get rid of a bunch of the "server not available" messages.

More

1.1

February 4, 2015

Compatibility with larger screen iPhones. Minor bug fixes

1.0.1

September 2, 2014

SSH OneShot Lite In-App Purchases History

$3.99

Unlock Folders

Organize your commands inside of folders. Remember that you can create folders inside of folders!

Price History of SSH OneShot Lite

Description of SSH OneShot Lite

SSH OneShot is a little iPhone app that lets you store individual ssh commands that you run on your computer or server. The Lite version is limited to two folders to organize your commands, but can be unlocked to unlimited folders with an in-app purchase. What can I use it for? Just about anything you can do on a command line can now be launched from your phone. The different use cases are as follows: Commands These are commands that you launch blindly, without waiting for an results. Examples are for starting and stopping apps and services, or accessing RESTful services via curl that trigger actions. On a Mac you can launch apps in the current open session with something like: osascript -e 'tell application "iTunes" to activate' This can be useful if you have a media server in a closet. Or on a Linux server: service httpd stop Or any other more complex executable script file that you have written. Commands with results These are commands that you launch and want to see the results of. This can be as simple as an “ls” on a directory to see if an ftp upload has finished, a quick service status check or something more complicated like grepping through a log file for errors. Again this can be anything launchable on the command line. There are currently some limitations on the kinds of commands that you can run here. Interactive commands that need to know the terminal type like top, prstat and things like that will not work. Any commands that open an output stream will also not work (but I’m working on for the next release). Status Commands These commands add a little more interactivity. These commands will automatically fire off when you open a folder containing Status Commands and turn the button red or green depending on the results. The basic working mode is that if the command receives anything as a result, that’s good (green) and no response is bad(red). So if you want to check if iTunes is running on the media server you can use the following command: ps ax | grep iTunes | grep -v grep | grep -v iTunesHelper In this example, we take the list of running processes, find all the lines containing the word iTunes (case is important!), and then, using -v eliminate the lines containing grep (which is our initial command) and the same technique to eliminate the line containing the iTunesHelper process that keeps running in the background whether iTunes is running or not. So if iTunes is running, we will get back a line from the original request, otherwise the result will be empty. If you are having difficulty phrasing the command so that empty is bad, you can flip a switch to swap that part around. For example I check the results of my ZFS server with zpool status and look for the word “degraded” which means there’s a disk offline that I need to check on. zpool status | grep degraded With the “Null return is good” switch turned on. Is it secure ? Passwords are stored in the iOS keychain, and all network communication is via SSH, so, well, yes. Navigation Press and hold a command or a folder and you can reorder it, file it in a folder, or use the edit and delete buttons at the bottom of the screen.
Show less

SSH OneShot Lite: FAQ

Is SSH OneShot Lite iPad-friendly?

No, the SSH OneShot Lite software is not iPad-compatible.

Who is responsible for the creation of the SSH OneShot Lite app?

The SSH OneShot Lite app was built by Infrageeks.

What’s the minimum iOS version needed for the SSH OneShot Lite app?

Your iOS device must have at least iOS 11.0 installed to use the app.

How do users rate the SSH OneShot Lite app?

With a rating of 3.7 out of 5, SSH OneShot Lite is just okay among users.

What genre is the SSH OneShot Lite app?

The App Category Of Ssh Oneshot Lite Is Utilities.

What is the newest version of SSH OneShot Lite?

The latest version of the SSH OneShot Lite app is 1.4.3.

When was the most recent SSH OneShot Lite update released?

SSH OneShot Lite updated on October 1, 2024.

When did the app first launch?

The specific date when the app came out was February 6, 2023.

What content advisory rating is assigned to SSH OneShot Lite?

No objectionable content, suitable for young children.

What are the languages supported by the SSH OneShot Lite app?

Currently, SSH OneShot Lite supports English.

Is SSH OneShot Lite included in the roster of games on Apple Arcade?

No, SSH OneShot Lite is not on Apple Arcade.

Does SSH OneShot Lite support in-app purchases?

Yes, SSH OneShot Lite supports in-app purchases for added functionality.

Is SSH OneShot Lite designed for Apple Vision Pro integration?

Sorry, SSH OneShot Lite is not designed for integration with Apple Vision Pro.

Can I expect ads while using SSH OneShot Lite?

No, you can not expect ads while using SSH OneShot Lite.

Screenshots of SSH OneShot Lite

SSH OneShot Lite screenshot #1 for iPhone
SSH OneShot Lite screenshot #2 for iPhone
SSH OneShot Lite screenshot #3 for iPhone
iphone

Alternatives to SSH OneShot Lite

Reviews of SSH OneShot Lite

Leave a Review SSH OneShot Lite
  • App keeps crashing

    Every time I push a command, the entire app crashes. This is NOT RIGHT, I encourage people to NOT use this app until they’ve updated their code…
  • No presets or suggestions?

    Nothing built-in? Seems like it would speed things up if the examples shown in the screenshots were available in the app.
    Thanks for offering a free version to test.
  • Works

    Works great. Wish it had apple watch support