Remote: set default for commance_prefix

This commit is contained in:
Johannes Kirschbauer
2025-08-08 22:48:19 +02:00
parent 58fa7ac32b
commit 1df9b6e97d

View File

@@ -32,7 +32,7 @@ NO_OUTPUT_TIMEOUT = 20
@dataclass(frozen=True) @dataclass(frozen=True)
class Remote: class Remote:
address: str address: str
command_prefix: str | None command_prefix: str | None = None
user: str = "root" user: str = "root"
port: int | None = None port: int | None = None
private_key: Path | None = None private_key: Path | None = None