ssh permission for own vm assigned

This commit is contained in:
2026-03-13 11:11:22 +01:00
parent 58a862c98d
commit 8dfda37ef5
2 changed files with 12 additions and 6 deletions
+6 -6
View File
@@ -66,16 +66,16 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN
"restart": true,
"ownerDisplay": "raw"
},
"tools": {
"exec": {
"host": "gateway",
"ask": "off"
}
}
}
INNEREOF'
echo " Config geschrieben."
# Tools via openclaw config set (ueberlebt Migrationen)
echo " Aktiviere exec-Tool..."
docker exec aria-core openclaw config set tools.exec.host gateway
docker exec aria-core openclaw config set tools.exec.ask off
echo " exec-Tool aktiviert."
# SSH-Key generieren fuer VM-Zugriff
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
SSH_DIR="$SCRIPT_DIR/aria-data/ssh"