<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ali Waqar</title>
    <description>The latest articles on DEV Community by Ali Waqar (@ghauri01).</description>
    <link>https://dev.to/ghauri01</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1551591%2Ff8c34f1a-99e3-4d19-adf4-4d61bc50f588.jpg</url>
      <title>DEV Community: Ali Waqar</title>
      <link>https://dev.to/ghauri01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ghauri01"/>
    <language>en</language>
    <item>
      <title>Why I Built Yet Another SSH Client</title>
      <dc:creator>Ali Waqar</dc:creator>
      <pubDate>Fri, 21 Aug 2026 13:04:24 +0000</pubDate>
      <link>https://dev.to/ghauri01/why-i-built-yet-another-ssh-client-37m1</link>
      <guid>https://dev.to/ghauri01/why-i-built-yet-another-ssh-client-37m1</guid>
      <description>&lt;p&gt;The problem walk through a real incident or workflow where you needed SSH + SFTP + DB + credentials and had to switch between four tools. Be specific: what broke down, how much time it cost, why existing tools (MobaXterm, Termius, PuTTY) didn't solve it for you specifically.&lt;br&gt;
What existed already, and why it wasn't enough MobaXterm is Windows-only, PuTTY has no SFTP/DB story Termius gates saved sessions and sync behind a subscription. Be fair to them this isn't a takedown, it's "here's the gap I found."&lt;br&gt;
Design decisions local-first (no account/telemetry) as a deliberate choice, not just an incidental feature how credentials are stored (OS keychain, not custom) why the database client shares the SSH connection instead of opening a second tunnel.&lt;br&gt;
What was hard to build session lifecycle across workspace switches, keeping 2FA/keyboard-interactive connections shared across tabs, GPU terminal rendering across three OSes. This is the part that makes a dev.to post worth reading rather than skippable.&lt;br&gt;
What's next / where it's rough code signing is unfunded, no sync across machines by design (trade-off, not oversight), still early (be honest about maturity).&lt;br&gt;
Close with the repo link and an invitation for feedback, not a call to download.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/ghauri01/ShellPilot" rel="noopener noreferrer"&gt;https://github.com/ghauri01/ShellPilot&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>sysops</category>
      <category>ai</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
