On Wednesday 22 August 2018 10:31:32 Mike Bird wrote:
On Wed August 22 2018 05:07:00 Gene Heskett wrote:
gene@coyote:/$ telnet keyserver.quickbuild.io 11371 Trying 192.119.205.242... Connected to keyserver.quickbuild.io. Escape character is '^]'.
HTTP/1.1 400 Bad Request
Connection closed by foreign host. After 2 returns.
Hi Gene,
That's the keyserver accepting your connection. So let's get the key you need. This may wrap but it needs to be typed all on one line:
The 64$ question, is why doesn't the normal command from the wiki page work?
wget -O keyfile 'http://keyserver.quickbuild.io:11371/pks/lookup?op=get&search=0xF5CFC 95C'
I'll print this so I can do it when the next install is done.
But it doesn't work from this wheezy install either. Just tried it, got a rec from wget to read the man page. turned off the word-wrap, here is the line I tried.
gene@coyote:/$ wget -O keyfile 'http://keyserver.quickbuild.io:11371/pks/lookup?op=get&search=0xF5CFC95C Cannot specify both -k and -O if multiple URLs are given, or in combination with -p or -r. See the manual for details.
Usage: wget [OPTION]... [URL]...
wget seems to be broken here. But it worked for something a week ago...
Does that work? You should have now have the key you want in "keyfile" (wrapped in a little HTML which you can easily remove).
--Mike