Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download from keyserver requires gnupg-curl on Linux #5

Closed
wsargent opened this issue Sep 16, 2016 · 0 comments
Closed

Download from keyserver requires gnupg-curl on Linux #5

wsargent opened this issue Sep 16, 2016 · 0 comments

Comments

@wsargent
Copy link
Contributor

Uname is: "4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux"

In the section https://github.com/drduh/YubiKey-Guide#import-public-key

There's a bit where you're supposed to use the key

 gpg --recv

When I tried this, I got the following error:

gpgkeys: HTTP fetch error 1: unsupported protocol
gpg: no valid OpenPGP data found.

I fixed this error by installing a special version of curl:

sudo apt-get install gnupg-curl

after which everything worked fine.

wsargent added a commit to wsargent/YubiKey-Guide that referenced this issue Sep 21, 2016
@drduh drduh closed this as completed in #20 Sep 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant