fix: now fixed ssh problem

This commit is contained in:
robcholz
2026-02-06 21:15:57 -05:00
parent 1cb669be88
commit 27e5733c93
3 changed files with 66 additions and 30 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const SSH_KEY_NAME: &str = "ssh_key";
const SERIAL_LOG_NAME: &str = "serial.log";
const SSH_GUEST_DIR: &str = "/root/.vibebox";
const DEFAULT_SSH_USER: &str = "vibebox";
const SSH_CONNECT_RETRIES: usize = 20;
const SSH_CONNECT_RETRIES: usize = 30;
const SSH_CONNECT_DELAY_MS: u64 = 500;
const SSH_SETUP_SCRIPT: &str = include_str!("ssh.sh");