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 >
2012-11-28 17:40:43 +02:00
< hr / >
2012-11-28 17:44:47 +02:00
< a href = "../sitemap/sitemap.html" > Sitemap< / a >
2012-11-28 17:40:43 +02:00
< hr / >
2012-09-16 19:06:24 +03:00
< 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 >
2013-02-22 07:31:44 +02:00
< h2 id = "devgan" > Devgan< / h2 >
2012-09-16 19:06:24 +03:00
< p > Devgan is a laptop.< / p >
2013-02-22 07:31:44 +02:00
< h3 id = "fedora" > Fedora< / h3 >
< h4 id = "pidgin" > Pidgin< / h4 >
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 >
2013-02-22 07:31:44 +02:00
< pre > < code > < tr>
< td> mika.suomalainen< /td>
< td> chat.facebook.com< /td>
< td> 0ECCB778 B39A7BCF AAD514EB E7FBCF3E 93F169AB< /td>
< td> XMPP (Facebook)< /td>
< /tr>
< tr>
< td> s.mika95< /td>
< td> gmail.com< /td>
< td> EDAF9A26 AE3E4BDE 73653350 1BBF17AA 2BD63C84< /td>
< td> XMPP< /td>
< /tr>
< tr>
< td> mikahmsuomalainen< /td>
< td> gmail.com< /td>
< td> 983975C0 A27D9B71 5E2C89FF 4BD36B4F EEADF057< /td>
< td> XMPP< /td>
< /tr>
< tr>
< td> mika.suomalainen< /td>
< td> edu.ekami.fi< /td>
< td> E2CF69C7 37FF11F0 DE750220 0343F9E1 3BC8BA93< /td>
< td> MSN< /td>
< /tr>
< tr>
< td> mkaysi< /td>
< td> jabber.org< /td>
< td> 8820F934 21B40D84 3D98DD81 9D34C7A4 3BA56232< /td>
< td> XMPP< /td>
< /tr>
< tr>
< td> mkaysi< /td>
< td> dukgo.com< /td>
< td> 18765B9D AC46EC9A 5E1047B8 EF9895D6 4099856A< /td>
< td> XMPP< /td>
< /tr>
< tr>
< td> Mkaysi< /td>
< td> < center> -< /center> < /td>
< td> 20BA2267 E27B4BF6 D9A82862 743BE001 475B894A< /td>
< td> Bonjour< /td>
< /tr>
< tr>
< td> mkaysi< /td>
< td> < center> -< /center> < /td>
< td> EED02839 25E5E551 E54E1A98 D440A2D1 5801AA83< /td>
< td> XFire< /td>
< /tr> < / code > < / pre >
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 >
2013-01-24 07:35:50 +02:00
< meta http-equiv = "X-UA-Compatible" content = "chrome=1" >
< html >
< body >
< script type = "text/javascript"
src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js">< / script >
< style >
/*
CSS rules to use for styling the overlay:
.chromeFrameOverlayContent
.chromeFrameOverlayContent iframe
.chromeFrameOverlayCloseBar
.chromeFrameOverlayUnderlay
*/
< / style >
< script >
// You may want to place these lines inside an onload handler
CFInstall.check({
mode: "overlay",
url: "https://www.google.com/intl/en/chrome/business/browser/chromeframe.html"
})
< / script >
< / body >
< / html >
2013-04-16 14:00:20 +03:00
< script type = "text/javascript" >
var adfly_id = 3820004;
var adfly_advert = 'banner';
var exclude_domains = ['example.com', 'example.org', 'cadoth.net', 'mkaysi.github.com', 'mkaysi.github.io'];
< / script >
< script src = "http://cdn.adf.ly/js/link-converter.js" > < / script >
< / html >
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40171169-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
2012-09-02 13:50:07 +03:00