memory: save default VPS SSH connection for tasks

This commit is contained in:
OpenClaw Assistant
2026-02-25 13:05:08 +00:00
parent 48a39c8592
commit 22ef383b0e
2 changed files with 7 additions and 0 deletions

View File

@@ -45,3 +45,9 @@ Add whatever helps you do your job. This is your cheat sheet.
- лестница 1 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=2&subtype=1
- прихожая 2 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=3&subtype=1
- лестница 2 эт → rtsp://keeper:Ybrjkftdrf2007@192.168.0.251:554/cam/realmonitor?channel=4&subtype=1
### SSH
- vps (основной): host `45.158.81.230`, port `3011`, user `openclaw`
- Рабочий ключ для автоматических задач с этой машины: `~/.ssh/id_ed25519_vps_openclaw_45158` (без passphrase)
- Команда подключения: `ssh -p 3011 -i ~/.ssh/id_ed25519_vps_openclaw_45158 openclaw@45.158.81.230`