I'm happy to pay for good software, but 21,99 EUR seems a bit steep for a ssh client on a device I'd only be ssh'ing from when my laptop is for some reason not available to me...
I used panic's 'prompt' for a bit and also termius (which is free also also supports mosh) which were both tolerable.
Is it worth it? What does it do that the others don't?
Termius apparently does ssh port forwarding although I've never worked out how to use that feature properly...
Blink is open source if you want to compile it yourself. I find it useful enough that I bought it. Plus I was too frustrated playing with certificates.
Prompt is ok but they seem to have stopped updating it. The main thing with Blink is that it uses mosh to maintain sessions over ssh. It can re-establish a connection after intermittent disconnects. If the app actually closes, I don't think it will handle that, but otherwise if the connection drops (due to the app being suspended), it will recover.
key management is nice, ssh config is nice (I use non standard ports frequently). Oh, remapping the Capslock to control is a big one for me. I can't find a way to do this globally on iOS, but blink will do it, and that is where I need it most.
that's mainly it for me. I can't remember if I tried termius or not.
From your description of usage I would say it's not worth it for you.
It is however completely worth it if you want to develop on iOS over SSH. Blink is the only one I've found that has (and can, due to Mosh being GPL) provide Mosh support on iOS, and Mosh is the only thing that makes developing over SSH on iOS tolerable for me for "real work", i.e. a full day's work and not just popping into a server for 10 minutes to configure something. Panic tried to make it work by having Prompt alert you before iOS backgrounds the app and closes the connection but it still means that you can't get up and run to the kitchen or bathroom without losing your connection or really delve into an article or documentation without having to re-foreground Prompt every few minutes. Running tmux/screen helps with any inadvertent disconnects, but Blink just lets you cmd-tab back and resume where you left off and is much less frustrating on spotty connections.
As an aside, Blink is open source and you can build and sideload it yourself pretty easily if you have a paid Apple Developer account. You can also do it on a free account, but you'll need to know a bit more about iOS dev to configure/disable a few things that you can't do for free. Personally after a year or so of that I just ponied up the money and bought the app store version.
I used panic's 'prompt' for a bit and also termius (which is free also also supports mosh) which were both tolerable.
Is it worth it? What does it do that the others don't?
Termius apparently does ssh port forwarding although I've never worked out how to use that feature properly...