How does this work for a Windows client? The Paraview process doesn’t have an obvious parent terminal, even if it is launched from something like Windows Terminal or Powershell. I see the authentication prompt from the server appear in the Output Messages pane, but it’s not obvious how/where to actually input the password.
Or use the SSH_ASKPASS env var to set a program that will recover the password using a dedicated window. No such program is shipped with ParaView binary release though.
This solves my immediate problem, since I can use key authentication.
Is it worth putting something more specific in the docs? “This might not work in certain cases” seems rather distinct from “This won’t work on Windows without key authentication or custom configuration.”