<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hardening on Niall Donaghy</title>
    <link>https://ndonaghy.com/tags/hardening/</link>
    <description>Recent content in Hardening on Niall Donaghy</description>
    <generator>Hugo</generator>
    <language>en-gb</language>
    <lastBuildDate>Tue, 07 Apr 2026 00:10:44 +0100</lastBuildDate>
    <atom:link href="https://ndonaghy.com/tags/hardening/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>OpenBSD Disabling Unused Services</title>
      <link>https://ndonaghy.com/posts/openbsd-disabling-unused-services/</link>
      <pubDate>Tue, 07 Apr 2026 00:10:44 +0100</pubDate>
      <guid>https://ndonaghy.com/posts/openbsd-disabling-unused-services/</guid>
      <description>&lt;p&gt;Whilst setting up this OpenBSD VPS I trimmed some unused services. Secure by default, but securer when not running. :)&lt;/p&gt;&#xA;&lt;h2 id=&#34;check_quotas&#34;&gt;check_quotas&lt;/h2&gt;&#xA;&lt;p&gt;There are disk quota checks at boot, however, I am not using quotas:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;doas rcctl disable check_quotas&#xA;doas rcctl stop check_quotas&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;dhcpleased&#34;&gt;dhcpleased&lt;/h2&gt;&#xA;&lt;p&gt;The DHCP client daemon; this is not needed as I am using a static IP:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;doas rcctl disable dhcpleased&#xA;doas rcctl stop dhcpleased&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;slaacd&#34;&gt;slaacd&lt;/h2&gt;&#xA;&lt;p&gt;IPv6 stateless autoconfiguration; disable if you are not using IPv6, I am not:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
