SSH Setup
SSH configuration for secure remote access.
Keys
| Key | Location | Purpose |
|---|---|---|
| GitHub | ~/.ssh/github_ed25519 | Git operations |
Generate New Key
ssh-keygen -t ed25519 -C "your@email.com" -f ~/.ssh/keynameUFW Firewall
Allow SSH:
sudo ufw allow 22/tcp
sudo ufw reloadCheck status:
sudo ufw status
sudo ss -tlnp | grep 22Clawdbot 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