<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Github on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/github/</link><description>Recent content in Github on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Thu, 06 Feb 2025 06:28:20 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/github/index.xml" rel="self" type="application/rss+xml"/><item><title>01JAN25 - Hugo Site Plans</title><link>https://www.thaddeuskoenig.com/blog/20250101/</link><pubDate>Wed, 01 Jan 2025 10:04:07 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/20250101/</guid><description>&lt;p&gt;Hello, this is the beginning of my (somewhat) daily blog. The intention of this blog is less of an exercise in writing about my life and more of a exercise in making a habit of documentation. I plan to write daily about lessons I learned about computers that day and I&amp;rsquo;m sure there will be a non-computer related blog or two. When I implement tagging and search, I will make sure that things are tagged appropriately. Now let&amp;rsquo;s get into the first blog post:&lt;/p&gt;</description></item><item><title>Pull public keys from Github url</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_pull_pulic_keys_git/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_pull_pulic_keys_git/</guid><description>&lt;p&gt;If you ever want a simple way to pull your public keys from Github so that you can use your safely stored ssh private keys where you need them.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;curl https://github.com/[USERNAME].keys
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This command will put it in your authorized_keys file which will actually allow you to use them in ssh.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;curl https://github.com/[USERNAME].keys | tee -a ~/.ssh/authorized_keys
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>