mirror of
https://github.com/robcholz/vibebox.git
synced 2026-07-05 12:37:49 +02:00
feat: now added ssh
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user