Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working when client connected using SSH-2.0-paramiko_2.0.2 #50

Open
saias-dev opened this issue Apr 29, 2022 · 1 comment
Open

Not working when client connected using SSH-2.0-paramiko_2.0.2 #50

saias-dev opened this issue Apr 29, 2022 · 1 comment

Comments

@saias-dev
Copy link

saias-dev commented Apr 29, 2022

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!

@hmaier1996
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants