2024-12-20 15:37:04 +08:00
|
|
|
diff --git a/linien-client/linien_client/deploy.py b/linien-client/linien_client/deploy.py
|
2024-12-18 12:19:48 +08:00
|
|
|
index df6683f..7355cc3 100644
|
2024-12-20 15:37:04 +08:00
|
|
|
--- a/linien-client/linien_client/deploy.py
|
|
|
|
+++ b/linien-client/linien_client/deploy.py
|
2024-12-18 12:19:48 +08:00
|
|
|
@@ -34,7 +34,7 @@ logger.setLevel(logging.DEBUG)
|
|
|
|
|
|
|
|
|
|
|
|
def read_remote_version(
|
|
|
|
- device: Device, ssh_port: int = 22, out_stream=sys.stdout
|
|
|
|
+ device: Device, ssh_port: int = 3030, out_stream=sys.stdout
|
|
|
|
) -> str:
|
|
|
|
"""Read the remote version of linien."""
|
|
|
|
|
|
|
|
@@ -62,7 +62,7 @@ def read_remote_version(
|
|
|
|
|
|
|
|
|
|
|
|
def start_remote_server(
|
|
|
|
- device: Device, ssh_port: int = 22, out_stream=sys.stdout
|
|
|
|
+ device: Device, ssh_port: int = 3030, out_stream=sys.stdout
|
|
|
|
) -> None:
|
|
|
|
"""Start the remote linien server."""
|
|
|
|
|
|
|
|
@@ -102,7 +102,7 @@ def start_remote_server(
|
|
|
|
|
|
|
|
|
|
|
|
def install_remote_server(
|
|
|
|
- device: Device, ssh_port: int = 22, out_stream=sys.stdout
|
|
|
|
+ device: Device, ssh_port: int = 3030, out_stream=sys.stdout
|
|
|
|
) -> None:
|
|
|
|
"""Install the remote linien server."""
|
|
|
|
|