33cab10cef
Syncs project memory, custom agents, and commands across machines. Excludes secrets (settings.json), session state, and runtime files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
517 B
517 B
name, description, type
| name | description | type |
|---|---|---|
| HA Blue SSH access | How to SSH into Home Assistant Blue — port 2222, user csader, not root | reference |
SSH to HA Blue: ssh -p 2222 csader@192.168.86.36
- Port 2222 (SSH add-on)
- User
csader— root is blocked by AllowUsers - Key:
~/.ssh/id_ed25519(ed25519, csader@chrissader.com) - Use
sudofor privileged operations (e.g., HACS install)
How to apply: When needing to run commands on HA Blue directly (install HACS, check custom_components, etc.), use this SSH path.