Use installed dosh-auth path for SSH bootstrap
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
Codex
2026-06-11 09:03:20 -04:00
parent d58a4244af
commit babfb204c3
7 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ struct Args {
local_auth: bool,
#[arg(long)]
client: Option<PathBuf>,
#[arg(long, default_value = "dosh-auth")]
#[arg(long, default_value = "~/.local/bin/dosh-auth")]
ssh_auth_command: String,
#[arg(long)]
ssh_key: Option<PathBuf>,