You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its possibly my setup so I could be wrong, but it appears to me that clients that connected via SSH-2.0-paramiko_2.0.2 are not logged into the shell_session_0.txt files. Is anyone else experiencing this? Is there a fix?
thanks!
The text was updated successfully, but these errors were encountered:
Paramiko had some major changes, because with OpenSSH 8.9 rsa signatures are deprecated. This mitm tool is based on OpenSSH 7.5, which is fairly old and has some compatibility issues with current ssh implementations.
With the change to OpenSSH 8.9 a lot of client libraries has to be rewritten to use current signature algorithms.
Those compatibility issues can be avoided by changing the ssh server config to support the new default algorithms.
@saias-dev if it is possible for you, you can downgrade paramiko to a vesion < 2.0.0. This should work with the default configuration of this tool.
@jtesta could you provide a default server config, which is compatible with the changes introduced by OpenSSH 8.9?
Hello,
Its possibly my setup so I could be wrong, but it appears to me that clients that connected via SSH-2.0-paramiko_2.0.2 are not logged into the shell_session_0.txt files. Is anyone else experiencing this? Is there a fix?
thanks!
The text was updated successfully, but these errors were encountered: