Files
claude-sync/projects/-Users-csader/memory/reference_ha_blue_ssh.md
T
Chris 33cab10cef 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>
2026-06-11 09:19:24 -05:00

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 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.