I'm using Mathematica 12.3 on Windows 11. I'd like to connect to a remote kernel running on Debian Linux, which I access using a VPN. I set up a remote kernel for launch on remote machine, enter the IP address of the remote machine as the machine name, my login, and "wolfram" as the remote program. Setting this new remote kernel as the notebook's kernel, I try to execute "2 + 2" in the front end, I get the error message
SSH's connection for kernel 'xxxKernel' was unexpectedly terminated. Error code = 103.
It does not even request a password.
I have no trouble connecting to the remote server using ssh, or running "wolfram" on it. I can also open a remote Python kernel in a local Jupyter session.
Does anyone have a solution to this problem?
Thank you, Mark