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...
0 Replies