-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSHClient proxy default target port unset #248
Comments
I am ok to work with ParallelSSHClient. I just thought you'd want to know. |
Thank you for the interest and report.
Can you please show complete code to reproduce the issue? Proxy configuration on the single client is tested, though there may be another issue. |
@pkittenis Sorry, this was a typo while I was editing some sensitive data. |
@pkittenis The above is the complete code. |
Can you please enable debug logging and paste the output log?
|
Hi I enabled the debug logging and found the issuse: This is from ParallelSSHClient: For SSHClient the port is not defined by default and is set to None. |
Thanks for the report. |
Hello,
Thank you for you great project. I think I found a bug with single SSHClient.
Please consider the following code:
The above code works as expected. But, if I change:
I get an expection as bellow:
I am running python 3.8 on windows 10
pip freeze:
The text was updated successfully, but these errors were encountered: