Sella
Segmentation fault using Debian Bookworm ARM64v8 image during dotnet restore in docker
I'm getting a strange error named "Segmentation fault (core dumped)" when trying to build my dockerfile on the ARM64v8 Bookworm image coming from microsoft dotnet/runtime. this occurs every time on the
dotnet restore
command while it's not occuring on the AMD64 Bookworm image.
Using .NET 8
Some log:
191 replies
SSH Key requirements of Remote Debugger
Can someone explain to me why I can't connect the remote debugger of Visual Studio 2022 with my linux server over SSH?
I already tried different types of SSH key formats but it still says to me I need an RSA or DSA key although my keys all have RSA 4096?
I also tried the conversion to PEM format via ssh-keygen -p -f <key> -m pem but it's still not accepted and the red fields tell me I have the wrong key type.
The key was also converted via PuTTyGen once to the OpenSSH format which doesn't really did something different...
1 replies