<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SSH on Thaddeus Koenig</title><link>https://www.thaddeuskoenig.com/tags/ssh/</link><description>Recent content in SSH on Thaddeus Koenig</description><generator>Hugo</generator><language>en-US</language><copyright>© 2026 Thaddeus Koenig</copyright><lastBuildDate>Thu, 16 Jan 2025 06:06:24 -0500</lastBuildDate><atom:link href="https://www.thaddeuskoenig.com/tags/ssh/index.xml" rel="self" type="application/rss+xml"/><item><title>Automating pfSense Key Export</title><link>https://www.thaddeuskoenig.com/projects/automating_pfsense_key_export/</link><pubDate>Thu, 23 Nov 2023 12:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/projects/automating_pfsense_key_export/</guid><description>&lt;p&gt;So having keys via LetsEncrypt is pretty cool given the fact that they&amp;rsquo;re free, but unlike other certs these are only good for about 90 days, and while manually moving keys over a couple times a year is not the most annoying thing in the world, I&amp;rsquo;m pretty lazy so i like to automate trivial tasks as much as possible. I&amp;rsquo;m doing this with the assumption that you&amp;rsquo;ve already set up your certs using the pfSense ACME client so what we&amp;rsquo;re going to be doing is as simple as using rsync to ensure that these files are always up to date.&lt;/p&gt;</description></item><item><title>Copy ssh keys without ssh-copy-id</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_coppy_ssh_keys/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_coppy_ssh_keys/</guid><description>&lt;p&gt;I ran into this issue today so I thought that i would put a solution that I found on here. If you ever run into a situation in which you need to copy your ssh keys to another box but you dont have the handy dandy ssh-copy-id tool, the following one liner should work. Check out this oracle web page for more info.&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;cat ~/.ssh/id_rsa.pub | ssh &amp;lt;USER&amp;gt;@&amp;lt;IP&amp;gt; &amp;#39;cat &amp;gt;&amp;gt; .ssh/authorized_keys &amp;amp;&amp;amp; echo &amp;#34;Done&amp;#34;&amp;#39;
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>SSH Auth Agent issues on FreeBSD</title><link>https://www.thaddeuskoenig.com/blog/00_legacy_ssh_agent_issues/</link><pubDate>Thu, 23 Nov 2023 00:00:00 -0500</pubDate><guid>https://www.thaddeuskoenig.com/blog/00_legacy_ssh_agent_issues/</guid><description>&lt;p&gt;So i was trying to make a script that would automate SSL key exports from a BSD machine to another so I don&amp;rsquo;t have to go through the pain of doing it manually every time and i ran into the issue of me not being able to ssh-copy-id my files over but i keep running into the issue of it not being able to connect to my auth agent due to a lack of keys even though i generated them with ssh-keygen, nonetheless no matter what I did i kept getting met with:&lt;/p&gt;</description></item></channel></rss>