When trying to add the DGX Spark to NVidia Sync, I am getting the error:
Unexpected Error, ssh: unsupported DSA key size 768
I can use SSH to log into the Spark without any issues. I am using a Mac (most recent MacOS).
Any ideas what to try next?
Detailed logs from the Sync log file:
{“level”:“info”,“time”:“2025-10-17T19:46:56.441Z”,“source”:“cli”,“message”:[“executeCLICommand”,“create”,[“ssh://user1@192.168.10.13”,“–password-stdin”]]}
{“level”:“info”,“time”:“2025-10-17T19:46:56.443Z”,“source”:“cli”,“message”:[“cliPath: “/Applications/NVIDIA Sync.app/Contents/Resources/bin/nvsync-arm64”, create args: ssh://user1@192.168.10.13,–password-stdin, [command, …stringArgs]: create,ssh://user1@192.168.10.13,–password-stdin”]}
{“level”:“info”,“time”:“2025-10-17T19:46:56.444Z”,“source”:“async-spawn”,“message”:[“spawnProcess: “/Applications/NVIDIA Sync.app/Contents/Resources/bin/nvsync-arm64” args: create,ssh://user1@192.168.10.13,–password-stdin “]}
{“level”:“info”,“time”:“2025-10-17T19:46:56.489Z”,“source”:“async-spawn”,“message”:[”“/Applications/NVIDIA Sync.app/Contents/Resources/bin/nvsync-arm64””,[“create”,“ssh://user1@192.168.10.13”,“–password-stdin”],“Process exited with code 1”]}
{“level”:“error”,“time”:“2025-10-17T19:46:56.489Z”,“source”:“async-spawn”,“message”:[“asyncSpawn: “/Applications/NVIDIA Sync.app/Contents/Resources/bin/nvsync-arm64” args: create,ssh://user1@192.168.10.13,–password-stdin error”]}
{“level”:“info”,“time”:“2025-10-17T19:46:56.490Z”,“source”:“cli”,“message”:[“create args: ssh://user1@192.168.10.13,–password-stdin, result: {\n “heading”: “Unexpected Error”,\n “details”: “ssh: unsupported DSA key size 768”\n}\n”]}
(swapped my actual username and IP for generic values)