<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="https://mhpark.me/feed_style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <tabi:metadata xmlns:tabi="https://github.com/welpo/tabi">
        <tabi:base_url>https:&#x2F;&#x2F;mhpark.me</tabi:base_url>
        <tabi:separator>
            •
        </tabi:separator>
        <tabi:about_feeds>This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It&#x27;s free.</tabi:about_feeds>
        <tabi:visit_the_site>Visit website</tabi:visit_the_site>
        <tabi:recent_posts>Recent posts</tabi:recent_posts>
        <tabi:last_updated_on>Updated on $DATE</tabi:last_updated_on>
        <tabi:default_theme></tabi:default_theme>
        <tabi:post_listing_date>date</tabi:post_listing_date>
        <tabi:current_section>git</tabi:current_section>
    </tabi:metadata><link rel="extra-stylesheet" href="https://mhpark.me/skins/sakura.css?h=2d9c69af51135683e3bd" /><title>Mike's Blog - git</title>
        <subtitle>The personal, rarely updated, blog of Michael Park</subtitle>
    <link href="https://mhpark.me/tags/git/atom.xml" rel="self" type="application/atom+xml"/>
    <link href="https://mhpark.me/tags/git/" rel="alternate" type="text/html"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2023-10-19T00:00:00+00:00</updated>
    <id>https://mhpark.me/tags/git/atom.xml</id><entry xml:lang="en">
        <title>Connecting to Internal VPC Through Bastion in One Hop</title>
        <published>2023-10-19T00:00:00+00:00</published>
        <updated>2023-10-19T00:00:00+00:00</updated>
        <author>
            <name>Unknown</name>
        </author>
        <link rel="alternate" href="https://mhpark.me/posts/connecting-to-internal-vpc-with-ssh/" type="text/html"/>
        <id>https://mhpark.me/posts/connecting-to-internal-vpc-with-ssh/</id>
        <summary type="html">If you've ever wanted to load up your local database IDE to view
a database that sits inside an internal VPC. You may be a bit puzzled
on how to do it considering most tools like DBeaver, DataGrip, TablePlus
allow you to connect via SSH, but that SSH connection is always to a
bastion instance. How does one connect directly?…</summary>
        </entry><entry xml:lang="en">
        <title>Git Signing and Authentication with SSH</title>
        <published>2023-10-04T00:00:00+00:00</published>
        <updated>2023-10-04T00:00:00+00:00</updated>
        <author>
            <name>Unknown</name>
        </author>
        <link rel="alternate" href="https://mhpark.me/posts/ssh-signing-and-auth-with-git/" type="text/html"/>
        <id>https://mhpark.me/posts/ssh-signing-and-auth-with-git/</id>
        <summary type="html">This is a quick guide to set up git with SSH ed25519 keys
not only for authenticating with GitHub or GitLab but also
for signing commits without the need to install GPG/PGP
which has some serious criticisms / flaws that has led me to move
into a world without it. The new world isn't as straightforward
as the old so I thought I'd just throw together a quick guide
to help you out…</summary>
        </entry>
</feed>
