Initial sync: memory, agents, commands, and gitignore
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>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: HA Blue SSH access
|
||||
description: How to SSH into Home Assistant Blue — port 2222, user csader, not root
|
||||
type: 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 `sudo` for 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.
|
||||
Reference in New Issue
Block a user