ssh permission for own vm assigned
This commit is contained in:
+6
-6
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user