Ron Frederick

Results 90 comments of Ron Frederick

These changes are now available in AsyncSSH 2.12.0.

Thanks for the report -- I've never run across servers which behave this way. I agree that the traceback above suggests it may be the same problem as what you...

Looking more closely at the high-level API code in AysncSSH for get/put/copy, I don't think any changes are required to avoid the issue mentioned here when those calls are used....

Thanks for posting the sample code and log information. Unfortunately, I don't see much which looks out of the ordinary. The key exchange completes just fine, as does the user...

Based on the information above, I'm not able to reproduce this here. I get the same (correct) result for all three of these examples. What sort of error are you...

Thanks! I did a bit more digging tonight and I think I found the issue. I think it only occurs when you have a string separator which contains characters that...

This fix is now available as commit a9ed02e in the "develop" branch. Please let me know if this doesn't work for you. Thanks again for the report!

This change is now available in AsyncSSH 2.12.0.

I really appreciate the heads-up, Peter. If the only issue is with the value of 'algorithm' in the PK_OK packet not matching the keypair's algorithm but the actual public key...

I ran into this issue with AsyncSSH and ended up making the change at https://github.com/ronf/asyncssh/commit/aa465c8 in my unit test setup code to get back the original performance. It basically does...