When using broker with the hussh backend I get Session-based authentication failed.
ssh-agent is running and ssh-add -l shows the correct key.
It works fine with ssh2-python
python: Python 3.12.3
os: Ubuntu 24.04.3 LTS
hussh: 0.1.8
broker: 0.6.12
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR> File "broker/binds/hussh.py", line 65, in __init__
INTERNALERROR> self.session = Connection(host, **conn_kwargs)
INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR> connection.AuthenticationError: Failed to authenticate with ssh-agent
Not sure is this is a broker binding or hussh issue