lxc patch

This commit is contained in:
2026-04-11 09:33:28 -04:00
parent 88a2e5bd29
commit 23d93b709b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ lxc-start -n "$CONTAINER"
sleep 5
# set root password, install SSH, inject key
lxc-attach -n "$CONTAINER" -- bash -c "
lxc-attach -n "$CONTAINER" -- /bin/bash -c "
apt-get update && apt-get install -y openssh-server
mkdir -p /root/.ssh
chmod 700 /root/.ssh