Difference between revisions of "Monkeysphere"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Mutantmonkey
imported>Cov
(Redirected page to u:Monkeysphere)
Line 1: Line 1:
'''The Monkeysphere Project''' is an open-source project to extend the web of trust found in GnuPG and OpenPGP to securely identify servers we connect to. It's designed as a potential solution to eliminate reliance on the certificate authorities found with SSL and make host key checking with OpenSSH much more convenient.
+
#REDIRECT [[u:Monkeysphere]]
 
 
The [[VTLUUG]] currently has SSH host keys available in the Monkeysphere for [[acidburn]], [[milton]], and [[wood]]. There are also HTTPS host keys available for <code>gobblerpedia.org</code>, <code>uniluug.org</code>, <code>vtluug.org</code>, and <code>wargame.vtluug.org</code>. These keys are signed by [[User:mutantmonkey|mutantmonkey]].
 
 
 
==Installation==
 
{{Template:Version|Ubuntu 10.04}}
 
 
 
Add the Monkeysphere APT repository to <code>/etc/apt/sources.list</code>.
 
<pre>
 
echo 'deb http://archive.monkeysphere.info/debian experimental monkeysphere
 
deb-src http://archive.monkeysphere.info/debian experimental monkeysphere' | sudo tee -a /etc/apt/sources.list
 
</pre>
 
 
 
Then [http://web.monkeysphere.info/archive-key/ trust the Monkeysphere key after verification].
 
 
 
Now make sure that apt is up to date, install the Monkeysphere packages, and configure Monkeysphere to run.
 
<pre>
 
$ sudo apt-get update
 
$ sudo apt-get install monkeysphere monkeysphere-validation-agent
 
$ echo 'USE_VALIDATION_AGENT=true' >> ~/.monkeysphere/monkeysphere.conf
 
</pre>
 
 
 
Next, download, compile and install the browser plugin with git.
 
<pre>
 
$ git clone git://git.monkeysphere.info/xul-ext-monkeysphere
 
$ cd xul-ext-monkeysphere
 
$ make
 
</pre>
 
 
 
To install the plugin, open the .xul file in your browser and choose the install option.
 
 
 
Lastly, log out and log back in to have the Monkeysphere validation agent launch automatically.
 
 
 
To test, try navigating to https://vtluug.org without the self-signed certificate trusted. A monkey icon in the bottom left should spin as the trust is checked. Eventually, the certificate warning page should be bypassed if the certificate can be authenticated through the web of trust. Otherwise, the monkey face will be crossed out with red.
 
 
 
==External links==
 
* [http://web.monkeysphere.info/ The Monkeysphere Project]
 

Revision as of 20:26, 19 March 2011

Redirect to: