Skip to content
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

Authentication (publickey) failed #2085

Closed
ScottSwain opened this issue Jul 13, 2022 · 11 comments
Closed

Authentication (publickey) failed #2085

ScottSwain opened this issue Jul 13, 2022 · 11 comments

Comments

@ScottSwain
Copy link

Hi -
I read through the following closed issue: #1961
I tried everything. I have latest Paramiko with Python 3.9.13 in Windows.
Only thing I have not tried is to install Paramiko 2.7.2 or 2.8, which some in that thread said works.
How do I find that version or is it possible to just "pip install paramiko-xxxx"? <--- I tried that and maybe used wrong syntax?
Thank you!

@bskinn bskinn added the Support label Jul 13, 2022
@bskinn
Copy link
Contributor

bskinn commented Jul 13, 2022

The syntax would be of the form: pip install "paramiko==2.7.2"

@ScottSwain
Copy link
Author

ScottSwain commented Jul 13, 2022 via email

@bskinn
Copy link
Contributor

bskinn commented Jul 13, 2022

To be clear: you tried using the disabled_algorithms mechanism described in #1961 (and/or in links from that PR)?

If so -- it's hard to know what's going on with your specific situation without more details. Can you provide the error messages that you're seeing?

@ScottSwain
Copy link
Author

ScottSwain commented Jul 13, 2022 via email

@ScottSwain
Copy link
Author

ScottSwain commented Jul 13, 2022 via email

@bskinn
Copy link
Contributor

bskinn commented Jul 13, 2022

Congrats! Yeah, with that EOF in transport thread at the end of the log, I wondered if it had something to do with how the key was packaged for sending across the wire. Glad you got it figured out!

@bskinn bskinn closed this as completed Jul 13, 2022
@ScottSwain
Copy link
Author

ScottSwain commented Jul 13, 2022 via email

@ScottSwain
Copy link
Author

ScottSwain commented Jul 13, 2022 via email

@ScottSwain
Copy link
Author

Apologies: I didn't know all my email replies would go here to clutter up your forum. Please feel free to delete anything you want in order to keep this area clean!

@ScottSwain
Copy link
Author

If you think my finished Python 3.x script will help others, I'm happy to share it with you to put wherever you want.

@bskinn
Copy link
Contributor

bskinn commented Jul 13, 2022

No worries! This is just an issue thread -- now that it's closed, it will be out of the way of anyone coming to the repo, unless they happen to find it in search. Might as well leave it!

And sure, if you want to post your finished script here, it sure can't hurt -- might help someone else in the future! Just paste it in -- though, if you would, please paste it here, as a new comment on this issue, and use triple-backticks to "code fence" the code:

    ```
    {paste code here}
    ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants