2026-01-27 15:40:58 +00:00
2026-01-27 15:40:58 +00:00
2026-01-27 15:40:58 +00:00
2026-01-27 15:40:58 +00:00

🔑 Public Keys

SSH public keys for cross-machine access.

Usage

# Add all keys to authorized_keys
curl -sL https://github.com/ghndrx/pubkeys/raw/main/all.pub >> ~/.ssh/authorized_keys

# Or specific machine
curl -sL https://github.com/ghndrx/pubkeys/raw/main/keys/dell01.pub >> ~/.ssh/authorized_keys

Keys

Machine Type File
dell01 ed25519 keys/dell01.pub

Quick Install Script

#!/bin/bash
# Install Greg's keys
mkdir -p ~/.ssh && chmod 700 ~/.ssh
curl -sL https://github.com/ghndrx/pubkeys/raw/main/all.pub >> ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys
echo "✓ Keys installed"
Description
No description provided
Readme 25 KiB
Languages
Public Key 100%