Files
gongzhiyong 8ab440154b chore(perms): allow ssh/scp/sftp/rsync for agent deployment tasks
Adds to permissions.allow:
- ssh, scp, sftp (remote exec + file transfer)
- ssh-add, ssh-keygen, ssh-copy-id (key management)
- rsync (fast file sync)

No Dockerfile change -> no rebuild needed; settings.json is bind-mounted
into the container. After git pull, /exit + restart claude to reload.
2026-04-25 02:18:47 +08:00
..