Mathias Heilmann

Results 19 comments of Mathias Heilmann

I cannot say that, because there are no detailed error messages :( I'm not familiar with python, I just use your script.

I have now the the "Cannot connect to server because of an authentication problem." error. I got the script running and added some lines to the `key_distribut0r.py`: ``` except paramiko.ssh_exception.AuthenticationException...

Yes, thats a different message now. Maybe i case of testing a lot of ssh-keys. Linux might be a idea to test, but I have no experience with that. On...

I tried also to get it running on linux with no success, but different error messages (paramiko version 2.7.2): ``` ERROR:root:Authentication failed. Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/SSHKeyDistribut0r-0.2.3-py3.8.egg/SSHKeyDistribut0r/key_distribut0r.py", line...

Error also depends on the version of `paramiko==2.x` in the `requirements.txt` Get this error on mac and also on linux (Raspberry Pi) with version 2.4.2: ``` ERROR:root:not a valid RSA...

Ok, I found the problem! On the server the RSA-SHA1-Hashing for RSA-keys was disabled and the newer RSA-SHA2-Hashing is active. Thats something which paramiko is not handling I guess. Not...

There seems to happen something: https://github.com/paramiko/paramiko/pull/1643

Can you please implement the version 2.9.1 of paramiko? Then this issue should be solved, thanks!

Any update here for a scheduler tasks? This process has still a high server load.

@thomai friendly reminder :)