SuessLabs / VsLinuxDebug

VS Extension to remotely deploy and debug your .NET (Core) C# solutions directly to your Linux or Raspberry Pi devices! .NET Core 3.1, .NET 5, 6, 7, 8, 9
https://marketplace.visualstudio.com/items?itemName=SuessLabs.VSLinuxDebugger
MIT License
38 stars 9 forks source link

Fix connection error when using SSH private key. Fixes #82. #95

Closed jarnokamminga closed 2 days ago

jarnokamminga commented 1 week ago

Connection info wasn't properly updated (read; kept in sync).

DamianSuess commented 1 week ago

Thank you for the catch. I'll get it on the test bench this week

jarnokamminga commented 1 week ago

Thank you for the catch. I'll get it on the test bench this week

You're wellcome. The patch supplied in the thread of #82 was only partially the issue. I only made the changes that were causing the connection problems. With this fix I am able to connect using a private key (RSA/4096) to my Linux Server's. Unlike before the change. Beforehand it wasn't useable with a private key at all.

Good luck testing it.

jarnokamminga commented 22 minutes ago

Thanks for the fix. Works for me

You're welcome! Glad to see it has been merged.