feat: now added ssh

This commit is contained in:
robcholz
2026-02-06 18:32:09 -05:00
parent 52bcd88d7e
commit cd76a4f4e0
5 changed files with 654 additions and 48 deletions
+6 -1
View File
@@ -13,11 +13,16 @@ apt-get install -y --no-install-recommends \
libssl-dev \
curl \
git \
ripgrep
ripgrep \
openssh-server \
sudo
# Set hostname to "vibe" so it's clear that you're inside the VM.
hostnamectl set-hostname vibe
# Enable SSH server so instances can use key-based auth.
systemctl enable ssh
# Set this env var so claude doesn't complain about running as root.'
echo "export IS_SANDBOX=1" >> .bashrc