SSH Setup

SSH configuration for secure remote access.

Keys

KeyLocationPurpose
GitHub~/.ssh/github_ed25519Git operations

Generate New Key

ssh-keygen -t ed25519 -C "your@email.com" -f ~/.ssh/keyname

UFW Firewall

Allow SSH:

sudo ufw allow 22/tcp
sudo ufw reload

Check status:

sudo ufw status
sudo ss -tlnp | grep 22

Clawdbot Access

Clawdbot (192.168.1.16) has SSH access to this machine via key-based auth.

Public key in ~/.ssh/authorized_keys:

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIADH/0Gi8QsLe1dKub0wKSnfLJC4kNIVPAZbzYnejO45 dreadbot@clawdbot