Use installed dosh-auth path for SSH bootstrap
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user