Live data from Hacker News

Introducing Prompt. Nice SSH for iOS.

panic.com

21–30 of 151 posts

Re: Introducing Prompt. Nice SSH for iOS.

#22
post #5

Earlier quoted context omitted.

The SSH clients I've used on iOS - iTerm, iSSH - have been decent but unpolished. This one feels a lot more usable thus far.

Agree, but iSSH is also crammed with helpful features like public key authentication. Prompt is going to have to match those to become a favorite of the hacker crowd.

Prompt does have public key authentication.

Re: Introducing Prompt. Nice SSH for iOS.

#23
post #11
post #4

Anyone got any ideas on getting a .pem key from EC2 into this? I got my non-EC2 id_rsa into it just fine, but .pems seem to disappear.

You can convert the .pem by doing something like: openssl rsa -in test.pem > test.rsa

Running that on my EC2 .pem yields this:

unable to load Private Key 56049:error:0906D06C:PEM routines:PEM_read_bio:no start line:/SourceCache/OpenSSL098/OpenSSL098-35/src/crypto/pem/pem_lib.c:650:Expecting: ANY PRIVATE KEY

Re: Introducing Prompt. Nice SSH for iOS.

#24

Does this have 256 color support? Anyone know of an iOS Terminal with 256 color support? Too much to ask for in a terminal? Heh.

Haven't checked which color escapes (16 or 256) it actually supports, but it does do the xterm-color color escapes just fine. GNUS looks really nice, for instance. :-)

Re: Introducing Prompt. Nice SSH for iOS.

#25

It's definitely one of the prettier SSH apps, but it faces the same barrier I've seen with other SSH apps - typing is too slow! It will sometimes be a full 2 seconds between when i finish a word and it starts appearing on the screen. Has anyone else noticed this or found one that doesn't do this? I'm doing this on iPhone, maybe the iPad is better, but I don't see any reason why.

I assume the cause of this is the high latency in your cell phone's data connection. I can eliminate most of the latency of using ConnectBot on my Android phone just by being connected to Wifi instead of HSPA.

Re: Introducing Prompt. Nice SSH for iOS.

#26
post #8

So, as a UNIX hacker, here's what I don't get about the iOS community. There is way too much excitement over the simplest things ever. Let's break down some of the copy for this app: Prompt is a clean, crisp, and cheerful SSH client What does that mean? What does a clean ssh client do; not commit any protocol violations? What is crisp? When you bite into it, it's like a ripe apple? What does cheerful mean? Is the ssh…

[deleted]

Re: Introducing Prompt. Nice SSH for iOS.

#29
post #11

Earlier quoted context omitted.

You can convert the .pem by doing something like: openssl rsa -in test.pem > test.rsa

Running that on my EC2 .pem yields this: unable to load Private Key 56049:error:0906D06C:PEM routines:PEM_read_bio:no start line:/SourceCache/OpenSSL098/OpenSSL098-35/src/crypto/pem/pem_lib.c:650:Expecting: ANY PRIVATE KEY

Just checked the .pem I was given (by a person, not by Amazon) - looks like it was an RSA format key all along. I'm a little confused - it's possible I'm an idiot.

I'll check to make sure I'm an idiot by seeing what I can generate from Amazon itself.

Re: Introducing Prompt. Nice SSH for iOS.

#30
iSSH is still better. Especially on an iPad, and most definitely if you use a bluetooth keyboard once in a while [1]

Furthermore, I don't understand how someone could even make the remark that an ssh client reminds them of linux, and mean it negatively. :-) I certainly don't want an the equivalent IOS SSH client to the one Apple makes for OSX -- Terminal is rather shitty.

[1] BT keyboards on ipads don't support CTRL as a modifier for all keys, you have to create a workaround. So far, iSSH is the only app I've seen that has done it (By using option and remapping).

EDIT: Ga! Read the wrong tab.. was responding to Prompt and Grubers comments on it (re: linux), but this link points to the actual app. Just clearing that up... sorry.

Post reply on HN