<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Infrastructure on Skelmis</title>
    <link>https://skelmis.co.nz/tags/infrastructure/</link>
    <description>Recent content in Infrastructure on Skelmis</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 27 Aug 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://skelmis.co.nz/tags/infrastructure/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Configuring MFA on Ubuntu servers</title>
      <link>https://skelmis.co.nz/cheatsheets/server-mfa/</link>
      <pubDate>Sun, 27 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://skelmis.co.nz/cheatsheets/server-mfa/</guid>
      <description>A TL;DR for setting up MFA on Ubuntu servers for SSH access because it took more than one guide to setup.&#xA;Login to box&#xA;sudo apt install libpam-google-authenticator&#xA;sudo nano /etc/pam.d/sshd&#xA;Scroll to bottom and add this under @include common-password&#xA;auth required pam_google_authenticator.so Ctrl + S, Ctrl + X&#xA;sudo nano /etc/ssh/sshd_config&#xA;Set ChallengeResponseAuthentication to yes. This may be KbdInteractiveAuthentication in newer versions&#xA;Ctrl + S, Ctrl + X&#xA;sudo systemctl restart sshd.</description>
    </item>
  </channel>
</rss>
