Skip to content
Prev 1811 / 3656 Next

Secure apt

Scott:

I have the same issue with the firewall.

My experience is that, after following Dirk's directions on the CRAN page for Debian/Ubuntu (http://cran.r-project.org/bin/linux/ubuntu/), sometimes the web search gets returned with :11371 embedded in the URL and that gets blocked too. My low-tech solution is as follows. 

After I go to http://keyserver.ubuntu.com and do a search, I get:

http://keyserver.ubuntu.com:11371/pks/lookup?search=rutter%2C+michael&op=vindex

So I edit out the 11371 to get

http://keyserver.ubuntu.com/pks/lookup?search=rutter%2C+michael&op=vindex

and from that I get a webpage looking like the text below (with hyperlinks for each "E084DAB9"). I can then click the top link, save the result as key.txt and then follow the directions on the CRAN Debian/Ubuntu page above.

(My previous low-low-tech solution was to pull up the page on my iPhone--with WiFi off--and email the text to myself. But the merely low-tech approach is less painful.)

-Ian

Result for http://keyserver.ubuntu.com/pks/lookup?search=rutter%2C+michael&op=vindex:

Search results for 'rutter michael'

Type bits/keyID    cr. time   exp time   key expir

pub  2048R/E084DAB9 2010-10-19            

uid Michael Rutter <marutter at gmail.com>
sig  sig3  E084DAB9 2010-10-19 __________ 2015-10-18 [selfsig]

sub  2048R/1CFF3E8F 2010-10-19            
sig sbind  E084DAB9 2010-10-19 __________ 2015-10-18 []
On Mar 18, 2012, at 9:39 AM, Dirk Eddelbuettel wrote: