Can't initialize tunnel #298
Replies: 14 comments
-
Please check debug log ($HOME/.dbeaver/.metadata/dbeaver-debug.log) |
Beta Was this translation helpful? Give feedback.
-
debug log
|
Beta Was this translation helpful? Give feedback.
-
I don't see any error which points on some bug. syncany commit doesn't explain anything. Looks like a bugfix of password authentication. |
Beta Was this translation helpful? Give feedback.
-
No, server accept password login by root (I try root in this connect). Password not wrong. |
Beta Was this translation helpful? Give feedback.
-
I'll try run sshd with debug |
Beta Was this translation helpful? Give feedback.
-
DEBUG from sshd
|
Beta Was this translation helpful? Give feedback.
-
Could you post sshd log for successful login? I wondering what authentication method/algorithm should be used. Maybe there is some issue with key exchange algorithms. |
Beta Was this translation helpful? Give feedback.
-
i cut log a bit for success login
|
Beta Was this translation helpful? Give feedback.
-
i'll try to play with KEX algorithms and MACs |
Beta Was this translation helpful? Give feedback.
-
@serge-rider what version of openssh are you use? |
Beta Was this translation helpful? Give feedback.
-
is this possible change for testing kex: algorithm for JSCH? |
Beta Was this translation helpful? Give feedback.
-
Look like problem in JSCH |
Beta Was this translation helpful? Give feedback.
-
It definitely works with OpenSSH_6.6.1 and earlier. And at least with some 7.x versions too. JSch is the mainstream library in the Java world, I believe it is compatible with the most versions. I can change most of JSch settings (including kex algorithms) but I need to know what to change. |
Beta Was this translation helpful? Give feedback.
-
I've an issue with JSch whereby it kept trying public-key only and never even tried the password method but instead just gave up when the public key was rejected. It looks like the same thing is happening here (difference between success log and failure log is that "keyboard-interactive" is tried in the former). |
Beta Was this translation helpful? Give feedback.
-
I setup SSH Tunnel for mysql connect with auth. method pass and when i press Test connection i get
in ssh log i see
Received disconnect from xxx: com.jcraft.jsch.JSchException: Auth fail [preauth]
Same problem i found in syncany git and it was fixed by this commit, maybe this help you.
Beta Was this translation helpful? Give feedback.
All reactions