Connection to WSL: ghidra.dbg.error.DebuggerModelTerminatingException: Error while starting GDB #3584
Closed
SirEnder125
started this conversation in
Debugger
Replies: 1 comment 2 replies
-
#3487 should be helpful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am trying to connect Ghidra to wsl via ssh, and I get the following error window:
This is after I enter my password for WSL, indicating (I think) that the connection was successful. I am also sure that the password I used was correct. The gdb command I entered is
/usr/bin/gdb-multiarch
. Here is a shot I just took of that same command being run on WSL:I guess my question, then, is, is the problem Ghidra or WSL? I would assume that my password is accepted and then some issue occurs whilst the gdb command is being executed or sent.
EDIT 1:
I just found a pretty epic tool called the "Debug Console." It tells me this:
EDIT 2:
So could the problem be in my
/etc/ssh/sshd_config
? What should I change?Beta Was this translation helpful? Give feedback.
All reactions