Windows 10 SSH: Fixing Repeated Prompts for Password

For anyone using Windows 10’s native SSH or VScode’s remote development feature (SSH based), you’re probably annoyed by repeatedly having to enter the server’s password. The fix involves copying contents of the local system’s id_rsa.pub file and appending it into remote system’s authorized_keys file with some important additional magic. More info here:

https://stackoverflow.com/a/61278521/317797

The beauty of VScode’s remote development feature is that you can use VScode as your local IDE, such as on a notebook, while all the processing occurs on your beefier Ubuntu GPU desktop system.