Skip to content

Instantly share code, notes, and snippets.

View timstew's full-sized avatar

Tim Stewart timstew

  • Vancouver, BC, Canada
View GitHub Profile
@timstew
timstew / revoke-admin-access.command
Created March 16, 2026 19:04
OpenClaw Mac Mini — Revoke Admin Access (security handoff)
#!/bin/bash
# ============================================================================
# OpenClaw Mac Mini — Revoke Admin Access
# ============================================================================
# This script automates the security handoff (Path A: Full Handoff).
# Run this on the Mac Mini when you're ready to hand full control to the client.
#
# What it does:
# 1. Generates new random passwords for Mac accounts
# 2. Removes all SSH authorized_keys entries
@timstew
timstew / enable-remote-access.command
Created March 16, 2026 19:02
OpenClaw Mac Mini — Enable Remote Access setup script
#!/bin/bash
# ============================================================================
# OpenClaw Mac Mini — Enable Remote Access
# ============================================================================
# This script configures a Mac Mini for headless remote access.
# A non-technical person can run this by double-clicking the file or via curl.
#
# What it does:
# 1. Enables SSH (Remote Login)
# 2. Enables Screen Sharing (VNC/Remote Desktop)
@timstew
timstew / README.md
Created October 1, 2020 02:54
SCRIPT-8
@timstew
timstew / README.md
Created October 1, 2020 02:54
SCRIPT-8