[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-03-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 James Alexander changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-01-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 James Alexander changed: What|Removed |Added CC||jalexan...@wikimedia.org --- Comment

[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 --- Comment #4 from metatron --- (In reply to comment #3) > Working with plain openssl does the trick, as suggested here and earlier in > IRC. I just mentioned it because there was no clear hint in the submission > form > what was wrong with my

[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 --- Comment #3 from metatron --- Working with plain openssl does the trick, as suggested here and earlier in IRC. I just mentioned it because there was no clear hint in the submission form what was wrong with my SSL v2 key and we've experienced

[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 --- Comment #2 from Brad Jorsch --- I just had a look at this, and apparently what ssh-keygen calls "pem" is not what openssl thinks of as pem. If you use "ssh-keygen -f .ssh/id_rsa.pub -e -m pkcs8" instead, that seems to work when I try it loc

[Bug 60130] OAuth consumer registration doesn't accept OpenSSH v2 public key

2014-01-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=60130 --- Comment #1 from Chris Steipp --- The key is used by the openssl_get_publickey function. I'll see if I can find a way to turn an ssh key into one that openssl accepts. In the meantime, you can generate a key with: $ openssl genrsa -out app