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?
Asked
Active
Viewed 104 times
0
-
1See this [https://stackoverflow.com/questions/28295501/ssh-and-telnet-to-localhost-using-python](https://stackoverflow.com/questions/28295501/ssh-and-telnet-to-localhost-using-python) – Osadhi Virochana Jun 15 '20 at 15:08
-
What is a "Telnet SSH Connection"? What is "a ssh telnet server"? Telnet and SSH are different protocols. – ChrisGPT was on strike Jun 15 '20 at 15:28
-
SSH Protocol Port 22 – Nikolaos Dasenakis Jun 15 '20 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 [ask]. – ChrisGPT was on strike Jun 15 '20 at 20:32