Using a different ssh client
Answered
Greetings,
Is there an environment variable or another setting somewhere that would allow me to use a different ssh client for a remote Python interpreter?
--cro
Please sign in to leave a comment.
Hi,
No, you can't change it. We currently use SSHJ, but you can disable it in the registry to use JSch:
This is the only option we have.