0

I try to connect to a ssh server (port 22) with python in windows environment, but it is unsuccessful with pexpect, pxssh for windows. Is there another solution?

4
  • 1
    See this https://stackoverflow.com/questions/28295501/ssh-and-telnet-to-localhost-using-python Commented Jun 15, 2020 at 15:08
  • What is a "Telnet SSH Connection"? What is "a ssh telnet server"? Telnet and SSH are different protocols. Commented Jun 15, 2020 at 15:28
  • SSH Protocol Port 22 Commented Jun 15, 2020 at 17:17
  • So just regular SSH? What does "it is unsuccessful" mean? Do you get a timeout? A refused connection? Some other error message? Can you successfully SSH between the two machines outside of Python? Please read How to Ask. Commented Jun 15, 2020 at 20:32

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.