Package: python3-paramiko
Severity: important
Version: 3.5.1-2

Paramiko has a bug where it incorrectly parses the version string for
OpenSSH v10 and incorrectly treats it like an older version of OpenSSH.

https://github.com/paramiko/paramiko/issues/2521

Issue log:
DEBUG:paramiko.transport:Local version/idstring: SSH-2.0-paramiko_3.5.1
DEBUG:paramiko.transport:Remote version/idstring: SSH-2.0-OpenSSH_10.0p2
INFO:paramiko.transport:Connected (version 2.0, client OpenSSH_10.0p2)
...
DEBUG:paramiko.transport:OpenSSH<7.8 + RSA cert = forcing ssh-rsa!
DEBUG:paramiko.transport:Agreed upon 'ssh-rsa-cert-...@openssh.com' pubkey
algorithm
INFO:paramiko.transport:Authentication (publickey) failed.

Reply via email to