diff --git a/crates/arc-agent/src/sandbox.rs b/crates/arc-agent/src/sandbox.rs
index 5a29a9e78..ac04523c6 100644
--- a/crates/arc-agent/src/sandbox.rs
+++ b/crates/arc-agent/src/sandbox.rs
@@ -109,6 +109,18 @@ macro_rules! delegate_sandbox {
self.$field.set_autostop_interval(minutes).await
}
+ fn is_remote(&self) -> bool {
+ self.$field.is_remote()
+ }
+
+ async fn ssh_access_command(&self) -> Result