2023-12-21 19:06:53 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
<rss version= "2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:georss="http://www.georss.org/georss"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:media="http://search.yahoo.com/mrss/">
<channel >
<title > Open Thoughts</title>
<atom:link
2023-12-21 19:38:31 +00:00
href="https://judah.freedomland.xyz//feed.xml"
2023-12-21 19:06:53 +00:00
rel="self" type="application/rss+xml" />
2023-12-21 19:38:31 +00:00
<link > https://judah.freedomland.xyz//</link>
2023-12-21 19:06:53 +00:00
<description > <![CDATA[]]> </description>
<language > en</language>
<pubDate > Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
2023-12-21 19:38:31 +00:00
<lastBuildDate > Thu, 21 Dec 2023 14:38:24 -0500</lastBuildDate>
2023-12-21 19:06:53 +00:00
<generator > weblorg 0.1.0 (https://emacs.love/weblorg)</generator>
<webMaster > Judah Sotomayor</webMaster>
<image >
2023-12-21 19:38:31 +00:00
<url > https://judah.freedomland.xyz//media/img/8bitme.png</url>
2023-12-21 19:06:53 +00:00
<title > Blog Author</title>
2023-12-21 19:38:31 +00:00
<link > https://judah.freedomland.xyz//</link>
2023-12-21 19:06:53 +00:00
</image>
<item >
<title > My SSH Key</title>
2023-12-21 19:38:31 +00:00
<link > https://judah.freedomland.xyz//posts/my-ssh-key.html</link>
2023-12-21 19:06:53 +00:00
<author > author@mail.com (Blog Author)</author>
2023-12-21 19:38:31 +00:00
<guid isPermaLink= "false" > https://judah.freedomland.xyz//posts/my-ssh-key.html</guid>
2023-12-21 19:06:53 +00:00
<pubDate > Wed, 08 Nov 2023 00:00:00 -0500</pubDate>
<description > <![CDATA[<p>
In the interest of integrity, here is my public ssh key.
This is the key I use to sign all of my commits.
If any project purports to be from me, and is <i > not</i> signed by this key, there is a strong chance it is disingenuous.
</p>
<div id= "outline-container-key" class= "outline-2" >
<h2 id= "key" > Key:</h2>
<div class= "outline-text-2" >
2023-12-21 19:38:31 +00:00
<pre class= "example" id= "org0601217" >
2023-12-21 19:06:53 +00:00
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII0YkBVeeBhoCm/+6mCteO7Ikv528ZDmg/tYtWc6O1qP
</pre>
</div>
</div>
<div id= "outline-container-fingerprint" class= "outline-2" >
<h2 id= "fingerprint" > Fingerprint:</h2>
<div class= "outline-text-2" >
2023-12-21 19:38:31 +00:00
<pre class= "example" id= "orgd75c3b5" >
2023-12-21 19:06:53 +00:00
SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
</pre>
</div>
</div>
<div id= "outline-container-directions" class= "outline-2" >
<h2 id= "directions" > Directions</h2>
<div class= "outline-text-2" >
<p >
If you're cloning a project off a major git platform, you can check that the latest commit states "Verified" or "Signed".
Then you can check that my key fingerprint matches with the one above.
</p>
<p >
If you've gotten ahold of source code some other way, run <code class= "src src-sh" > git verify-commit HEAD</code> to ensure that the latest commit has been signed.
</p>
</div>
<div id= "outline-container-example" class= "outline-3" >
<h3 id= "example" > Example</h3>
<div class= "outline-text-3" >
<div class= "org-src-container" >
<pre class= "src src-bash" > git verify-commit HEAD
</pre>
</div>
<pre class= "example" >
Good "git" signature for development@freedomland.xyz with ED25519 key SHA256:9Dq4ppxhfAjbX+7HLXEt+ROMiIojI6kqQgUyFUJb9lI
</pre>
</div>
</div>
</div>
<div id= "outline-container-website-repo" class= "outline-2" >
<h2 id= "website-repo" > Website repo</h2>
<div class= "outline-text-2" >
<p >
<a href= "https://git.freedomland.xyz/judahsotomayor/website" > This link</a> directs to my website's source code.
You can check that the latest commits are signed with my key.
</p>
</div>
</div>
]]></description>
</item>
</channel>
</rss>