
The are a large number of SSH apps for iOS, most of which will cost you at least $1.19 and as much as $25. While Prompt isn’t the cheapest of the bunch (it’s $US5), it is a step up from many of the others we tried. One of the main things that sets Prompt apart is its interface. While you probably wouldn’t think much about interface when it comes to a command line, it matters on a touchscreen device because you’re not dealing with menus, keyboard shortcuts, or an external keyboard (unless you’re using one via Bluetooth). On a computer, the command line can simply be a command line. On an iDevice, it requires an interface to function. If that user interface is distracting and difficult, you lose the simplicity of the command line.
Prompt’s interface is minimal and gets out of your way, where virtually every SSH app either doesn’t or hides everything so much that it’s difficult to access. While there’s nothing wrong with the iPhone/iPod touch version of Prompt, the iPad version is ideal because of the larger screen size. Fortunately Prompt is a universal app, so you get all versions when you buy it.
Interface aside, Prompt has some really awesome features. It is capable of autocomplete, supports keyfiles, lets you customise your special keys (you just tap and hold down to switch them), and supports special keys on Bluetooth keyboards.
You can get cheaper SSH apps for iOS, but if you use SSH frequently you’ll likely find that Prompt is your best bet.
Prompt ($5.99) [iTunes App Store via One Thing Well]



















Jess Telford
Friday, April 22, 2011 at 8:36 PMJailbreak then install terminal. Works great and is super easy to use! Oh, and it’s free!
Mike
Tuesday, April 26, 2011 at 1:45 AMSo I bought Prompt on the recommendation of this article, but I’m having a devil of a time getting authentication working with public/private key pair. I normally use PuTTY, with a private key on my local PC, and the public key in my server’s .ssh/authorized_keys file. From the doco, I gathered that all I needed to do was convert my private key from PuTTY’s native format (.ppk) into something like OpenSSH format, and then sync this new private key along with the public key to Prompt. But, it no worky! Am I doing something silly here?
Mike
Tuesday, April 26, 2011 at 10:44 PMWorked around my own problem. Instead of trying to convert an existing (PuTTY format) private key, I simply recreated a new private/public key pair on my server and used that. Now Prompt works fine.