Using a different ssh client
已回答
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
请先登录再写评论。
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.