5.0.1 appimage doesn't work with WINSCP(mobaxterm & xshell works fine) #185
Replies: 1 comment 1 reply
-
|
SSH-MITM uses Python paramiko for handling SSH. Paramiko has known problems with ssh clients and servers, so SSH-MITM needs patches for paramiko, which are not merged in paramiko itself (paramiko/paramiko#2083) Note: Those patches are included in SSH-MITM and paramiko is patched during runtime, so you don't need a custom version of paramiko. List of tested SSH clients: paramiko/paramiko#2083 (comment) Since there are a lot of different SSH implementations, it's a very time consuming task to test each client. WinSCP is based on PuTTY, but perhaps there are some differences in the implementation and how WinSCP is using PuTTY's library. @andersen933 Can you provide more information, please. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
try to use a WINSCP client to connect a ssh-mitm server;it doesn't work and return a banner information;mobaxterm /xshell /secureCRT works fine. is it a bug? or i need to config something?
Beta Was this translation helpful? Give feedback.
All reactions