2012-09-16 19:06:24 +03:00
<!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 >
< 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 >
2012-11-28 17:28:05 +02:00
< pre > < code > gpg --verify OTR.html.md.asc< / code > < / pre >
2012-09-16 19:06:24 +03:00
< 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 >
2012-11-28 17:12:09 +02:00
< table border = 1 >
< tr >
< td >
Username
< / td >
< td >
@Server
< / td >
< td >
2012-11-28 17:23:38 +02:00
Key fingerprint
< / td >
< td >
Protocol
< / td >
< / tr >
<!-- -
< tr >
< td > mika.suomalainen< / td >
< td > chat.facebook.com< / td >
< td > 4DC7B798 3E3CB54E 62065108 8923A362 BD2B54C4< / td >
< td > < / td >
< / tr >
--->
< tr >
< td >
s.mika95
< / td >
< td >
gmail.com
< / td >
< td >
3A833385 5A65443A 73A7C213 7A244290 2C24F709
< / td >
< td >
XMPP
2012-11-28 17:12:09 +02:00
< / td >
< / tr >
2012-11-28 17:23:38 +02:00
< tr >
< td >
mika.suomalainen
< / td >
< td >
edu.ekami.fi
< / td >
< td >
B0DC80EC 7B9D4B70 80012C03 1AE2B1B0 E9F52DF6
< / td >
< td >
MSN
< / td >
< / tr >
< tr >
< td >
mkaysi
< / td >
< td >
jabber.org
< / td >
< td >
D076B854 5A919CB1 DC32FFAA D0F956EC 086C7BDD
< / td >
< td >
XMPP
< / td >
< / tr >
< tr >
< td >
mkaysi
< / td >
< td >
dukgo.com
< / td >
< td >
B3AE41C3 75946988 86936D92 A7929D23 A52CE715
< / td >
< td >
XMPP
< / td >
< / tr >
< tr >
< td >
Mkaysi
< / td >
< td > < center >
-
< / center > < / td >
< td >
19C47AF1 E5D8FF7A 0B5B98E9 4B620487 FFDFA671
< / td >
< td >
Bonjour
< / td >
< / tr >
2012-11-28 17:12:09 +02:00
< / table >
2012-11-28 17:03:54 +02:00
< 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 >
2012-09-16 19:06:24 +03:00
< / noscript >
2012-09-02 13:50:07 +03:00
2012-11-28 17:03:54 +02:00
< 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 >
2012-09-02 13:50:07 +03:00