mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-24 01:10:54 +01:00
94 lines
2.9 KiB
HTML
94 lines
2.9 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>
|
||
|
||
# OTR
|
||
|
||
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.
|
||
|
||
To check PGP/GPG signature of this page, download the [markdown source] and [signature] files...
|
||
|
||
```
|
||
curl -OL http://mkaysi.github.com/PGP/OTR.html.md
|
||
curl -OL http://mkaysi.github.com/PGP/OTR.html.md.asc
|
||
```
|
||
|
||
...and then run...
|
||
|
||
> gpg --verify OTR.html.md.asc
|
||
|
||
... You should get something like "UNTRUSTED: Good signature from Mika Suomalainen".
|
||
|
||
[markdown source]:OTR.html.md
|
||
[signature]:OTR.html.md.asc
|
||
|
||
# Devgan
|
||
|
||
Devgan is a laptop.
|
||
|
||
## Pidgin
|
||
|
||
### Debian
|
||
|
||
@chat.facebook.com || Fingerprint: 4DC7B798 3E3CB54E 62065108 8923A362 BD2B54C4
|
||
@gmail.com || Fingerprint: 3A833385 5A65443A 73A7C213 7A244290 2C24F709
|
||
@outlook.com || Fingerprint: 3F4BAAF4 BAA10452 28712AB0 12EC1282 D59C8257
|
||
@edu.ekami.fi || Fingerprint: B0DC80EC 7B9D4B70 80012C03 1AE2B1B0 E9F52DF6
|
||
@jabber.org || Fingerprint: D076B854 5A919CB1 DC32FFAA D0F956EC 086C7BDD
|
||
@dukgo.com || Fingerprint: B3AE41C3 75946988 86936D92 A7929D23 A52CE715
|
||
|
||
### Ubuntu
|
||
|
||
Facebook || Fingerprint: B01D4904 8A3BD352 2729758A E42D51D5 BFF44871
|
||
GMail || Fingerprint: 8283844D 6F0CB2B5 AB23E239 AF583045 40A06B47
|
||
Jabber || Fingerprint: D01ABB87 A9B77C61 BB63EE7E 9AD9E9A6 313B8978
|
||
DukGo || Fingerprint: A62333B8 EF1D6615 9432FF5E 86BDAADE 722BCDA0
|
||
|
||
# Ciblia
|
||
|
||
Ciblia is my phone.
|
||
|
||
## GibberBot
|
||
|
||
Gibberbot keys changed after installing Cyanogenmod 9.
|
||
|
||
I must find out what these news keys are before publishing them...
|
||
|
||
<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>
|