louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.63k stars 249 forks source link

ssh-keygen makes terminal unresponsive? #143

Open BrianChevalier opened 6 years ago

BrianChevalier commented 6 years ago

Generating SSH keys in OpenTerm seems to freeze when generating ssh keys. My workaround was to use the -N flag and manually pass in a blank pass phrase so it looks like something is wrong with the pass phrase part of the key gen. App becomes unresponsive and ctrl-c does not work.

Steps to reproduce:

  1. Start ssh-keygen
  2. Enter file name
  3. Enter blank password
  4. Either kill app or open new terminal instance to continue using the app.

e7066d6e-e926-43ad-beeb-b2b6817ace78

smcavoy commented 6 years ago

Same here. Using blank key phrase.

koshakji commented 6 years ago

Same here, no matter what password I use it always becomes unresponsive.

cxwx commented 6 years ago

same here

sanqi commented 6 years ago

same here, maybe ios_system bug? @holzschu

smcavoy commented 6 years ago

Fixed in latest commits, from what I see.

kevin-he-01 commented 6 years ago

This is a duplicate of #130

4fthawaiian commented 6 years ago

@smcavoy - do we know whether this has been rolled out in the App Store? I can build myself if I have to, but.. ugh