clan-lib: Set "root" as default user in Remote object

This commit is contained in:
Qubasa
2025-06-17 16:24:00 +02:00
parent 1ad8b85b15
commit a3478d8cc7

View File

@@ -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