sshkey-grab icon indicating copy to clipboard operation
sshkey-grab copied to clipboard

It doesn't work.

Open exarkun opened this issue 10 years ago • 4 comments

I attempted to extract my key from my running ssh-agent process. However, upon attempting to use the key:

ssh_rsa_sign: RSA_sign failed: error:0306B067:bignum routines:BN_div:div by zero

exarkun avatar Dec 30 '14 00:12 exarkun

Does the key extracted look like an actual SSH key or is it mostly full of As or other characters?

soleblaze avatar Jan 12 '15 22:01 soleblaze

I've tried also and it didn't work for me. I didn't get the bignum error above, though. I got the following messages:

Found rsa key
Creating rsa key: rsa.rsa
rsa key type is not currently supported.

Thinking the last line is probably due to this line wanting to be an elif.

cyli avatar Apr 16 '15 02:04 cyli

Thanks, I fixed the issue which causes the error message to display when it pulls out an rsa key. Was the rsa.rsa key you pulled out blank or full of junk?

soleblaze avatar Apr 22 '15 03:04 soleblaze

It was full of junk - very long, and a lot of 'A's.

cyli avatar Apr 22 '15 04:04 cyli