Support host-config login users
ci / test (push) Has been cancelled
ci / remote-bench (push) Has been cancelled

This commit is contained in:
DuProcess
2026-06-13 22:32:45 -04:00
parent 1b1278f39e
commit f66de64b3f
3 changed files with 40 additions and 6 deletions
+1
View File
@@ -106,6 +106,7 @@ pub struct ClientConfig {
#[derive(Debug, Clone, Default, Serialize, Deserialize)]
pub struct HostConfig {
pub ssh: Option<String>,
pub user: Option<String>,
pub dosh_host: Option<String>,
pub port: Option<u16>,
pub ssh_port: Option<u16>,