Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio remote debugging via ssh: "key exchange validation failed"

I got this error message on starting remote debugging a .net core application running on Linux. "key exchange validation failed" I am using SSH with authentication type Password.

like image 417
user14943721 Avatar asked Jan 26 '26 22:01

user14943721


1 Answers

The solution:

  • go to menu Debug->Options->Cross Platform->Connection Manager
  • select the corresponding device you want to debug
  • click the Edit button
  • provide your credentials and click the Connect-Button.

Now you should get a remote debugging connection to your device.

like image 117
user14943721 Avatar answered Jan 28 '26 15:01

user14943721