diff --git a/pkgs/clan-cli/clan_lib/ssh/remote.py b/pkgs/clan-cli/clan_lib/ssh/remote.py index fae1e9473..f810310ed 100644 --- a/pkgs/clan-cli/clan_lib/ssh/remote.py +++ b/pkgs/clan-cli/clan_lib/ssh/remote.py @@ -31,8 +31,8 @@ NO_OUTPUT_TIMEOUT = 20 @dataclass(frozen=True) class Remote: address: str - user: str command_prefix: str + user: str = "root" port: int | None = None private_key: Path | None = None password: str | None = None