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:
wget -O keyfile 'http://keyserver.quickbuild.io:11371/pks/lookup?op=get&search=0xF5CFC95C'
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