diff --git a/pyproject.toml b/pyproject.toml index ccb531e..812d2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nexusai" -version = "0.5.30" +version = "0.5.31b1" description = "Add your description here" readme = "README.md" requires-python = ">=3.9" diff --git a/src/nexus/cli/jobs.py b/src/nexus/cli/jobs.py index ef87968..7abd305 100644 --- a/src/nexus/cli/jobs.py +++ b/src/nexus/cli/jobs.py @@ -1252,28 +1252,6 @@ def attach_to_job(cfg: config.NexusCliConfig, target: str | None = None, target_ env = os_module.environ.copy() env["TERM"] = "xterm-256color" - subprocess.call( - [ - "ssh", - "-p", - str(target_cfg.ssh_port), - "-o", - "StrictHostKeyChecking=accept-new", - f"{target_cfg.ssh_user}@{target_cfg.host}", - "sudo", - "-u", - "nexus", - "screen", - "-S", - screen_session_name, - "-X", - "acladd", - target_cfg.ssh_user, - ], - stdout=subprocess.DEVNULL, - stderr=subprocess.DEVNULL, - ) - exit_code = subprocess.call( [ "ssh", diff --git a/src/nexus/server/core/job.py b/src/nexus/server/core/job.py index 8b268a4..f8afafb 100644 --- a/src/nexus/server/core/job.py +++ b/src/nexus/server/core/job.py @@ -34,6 +34,7 @@ defscrollback 10000 multiuser on +aclchg :+rwx "#" """ diff --git a/uv.lock b/uv.lock index b60dbdd..c714dc9 100644 --- a/uv.lock +++ b/uv.lock @@ -852,7 +852,7 @@ wheels = [ [[package]] name = "nexusai" -version = "0.5.30" +version = "0.5.31b1" source = { editable = "." } dependencies = [ { name = "aiohttp" },