From ccbce24c2275c2f195e20e99aa2ba79bd0fe6ec6 Mon Sep 17 00:00:00 2001 From: Bihan Rana Date: Wed, 18 Sep 2024 20:12:56 +0545 Subject: [PATCH] Fix cli connection issue with TPU --- src/dstack/_internal/core/services/ssh/attach.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dstack/_internal/core/services/ssh/attach.py b/src/dstack/_internal/core/services/ssh/attach.py index 73f18cfb8..d03800ad8 100644 --- a/src/dstack/_internal/core/services/ssh/attach.py +++ b/src/dstack/_internal/core/services/ssh/attach.py @@ -93,6 +93,7 @@ def __init__( ), control_sock_path=control_sock_path, ssh_config_path=self.ssh_config_path, + options={}, ) self.ssh_proxy = ssh_proxy if ssh_proxy is None: