This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| comfilepi:dotnet_core_development:remote_debugger:index [2026/06/12 01:31] – [Download and Install] mfranklin | comfilepi:dotnet_core_development:remote_debugger:index [2026/06/12 02:49] (current) – [SSH Authentication] mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Remote .NET Debugger Visual Studio | + | ====== Remote .NET Debugger Visual Studio Extension ====== |
| - | Although it is possible to [[https:// | + | Although it is possible to [[https:// |
| To fill this void in Visual Studio, we have developed a Remote .NET Debugger Visual Studio extension that enables one to deploy, launch, and debug .NET applications on a remote device, all from within Visual Studio, at the click of a button, or an " | To fill this void in Visual Studio, we have developed a Remote .NET Debugger Visual Studio extension that enables one to deploy, launch, and debug .NET applications on a remote device, all from within Visual Studio, at the click of a button, or an " | ||
| - | |||
| - | This extension is for .NET 5 and later. | ||
| ===== Download and Install ===== | ===== Download and Install ===== | ||
| Line 30: | Line 28: | ||
| ==== SSH Authentication ==== | ==== SSH Authentication ==== | ||
| - | For security reasons, the OpenSSH implementation installed on Windows does not permit authenticating with hard-coded passwords. | + | The extension |
| - | + | ||
| - | - On your development PC, generate a key pair < | + | |
| - | - Copy the public key to the panel PC. Don't miss the trailing colon. < | + | |
| - | - Register the public key as an authorized key on the panel PC: Run < | + | |
| - | - The next time you start an SSH session from your remote device, you should not be asked to authenticate with a password. | + | |
| - | + | ||
| - | {{ https:// | + | |