From 6f540bafb47831fd01a65ee6cb6b0fa0a2130d21 Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Thu, 16 Jul 2026 22:08:47 -0400 Subject: [PATCH] blog: unpublish SSH/KVM HID post pending reader-tier surfacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Operator per-item ruling: the post should not display on the blog yet (destined for the less-noteworthy/pulse class once tiered surfacing exists). published: false removes it from the listing, tag pages, both feeds, tag feeds, sitemap, search index, and the /blog/[slug] loader — all verified to honor the flag. Body untouched; the hub broker stream never carried this slug (140 items, absent), so no managed-mirror or federation surface is affected. --- src/posts/2026-06-23-ssh-macos-kvm-hid-accessory-approval.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2026-06-23-ssh-macos-kvm-hid-accessory-approval.md b/src/posts/2026-06-23-ssh-macos-kvm-hid-accessory-approval.md index 3a708fa..da13668 100644 --- a/src/posts/2026-06-23-ssh-macos-kvm-hid-accessory-approval.md +++ b/src/posts/2026-06-23-ssh-macos-kvm-hid-accessory-approval.md @@ -3,7 +3,7 @@ title: "The tiny SSH trick for letting a USB KVM talk to a locked Mac" date: "2026-06-23" description: "A quick macOS tip for allowing a NanoKVM-style USB HID accessory from an SSH session when Screen Sharing is unavailable and the Mac is stuck at the login window." tags: ["macOS", "hardware", "homelab", "usb-protocol", "kvm", "ssh"] -published: true +published: false slug: "ssh-macos-kvm-hid-accessory-approval" category: "hardware" author_slug: "jesssullivan"