mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-24 01:10:54 +01:00
72 lines
2.4 KiB
HTML
72 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="description" content="My OTR keys" /> <meta name="keywords" content="PGP,OTR,Pidgin,Jabber,XMPP,encryption,IM" /> <meta name="author" content="Mika Suomalainen" /> <meta charset="UTF-8" /> <link rel="canonical" href="http://mkaysi.github.com/PGP/OTR.html">
|
|
<title>
|
|
My OTR keys
|
|
</title>
|
|
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
|
|
</head>
|
|
|
|
<p><strong>I will be putting everything in table and updating lists so the signature isn't available right now.</strong></p>
|
|
<h1 id="otr">OTR</h1>
|
|
<p>This page lists my OTR key finger prints. I have different keys for all devices, because the keys aren't as easy to sync than with GPG.</p>
|
|
<p>To check PGP/GPG signature of this page, download the <a href="OTR.html.md">markdown source</a> and <a href="OTR.html.md.asc">signature</a> files...</p>
|
|
<pre><code>curl -OL http://mkaysi.github.com/PGP/OTR.html.md
|
|
curl -OL http://mkaysi.github.com/PGP/OTR.html.md.asc</code></pre>
|
|
<p>...and then run...</p>
|
|
<blockquote>
|
|
<p>gpg --verify OTR.html.md.asc</p>
|
|
</blockquote>
|
|
<p>... You should get something like "UNTRUSTED: Good signature from Mika Suomalainen".</p>
|
|
<h1 id="devgan">Devgan</h1>
|
|
<p>Devgan is a laptop.</p>
|
|
<h2 id="pidgin">Pidgin</h2>
|
|
<h3 id="debian">Debian</h3>
|
|
<table border=1>
|
|
<tr>
|
|
<td>
|
|
Username
|
|
</td>
|
|
<td>
|
|
@Server
|
|
</td>
|
|
<td>
|
|
key fingerprint
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
|
|
<hr/>
|
|
|
|
<div id="disqus_thread"></div>
|
|
<script type="text/javascript">
|
|
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
|
var disqus_developer = 0;
|
|
var disqus_url = 'http://mkaysi.github.com/PGP/OTR.html';
|
|
var disques_title = 'My OTR keys';
|
|
var disqus_shortname = 'mkaysishomepage'; // required: replace example with your forum shortname
|
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
|
(function() {
|
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async =
|
|
true;
|
|
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
|
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0])
|
|
.appendChild(dsq);
|
|
})();
|
|
</script>
|
|
<noscript>
|
|
Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Dis qus.</a>
|
|
</noscript>
|
|
|
|
<p>
|
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus </span></a>
|
|
</p>
|
|
|
|
<!-- vim : set ft=html -->
|
|
</body>
|
|
</html>
|
|
|
|
|