How To Setup VSCode on Windows for Remote SSH Development

preview_player
Показать описание
We're going to setup and use VSCode on our Windows machine for remote SSH development.

Commands:
ssh-keygen -t ed25519
ip -br -4 addr
sudo update-alternatives --set cc /usr/bin/clang
meson setup build
meson compile -C build
build/hello-world
Рекомендации по теме
Комментарии
Автор

ssh-copy-id: The term 'ssh-copy-id' is not recognized as a name of a cmdlet <- are you relying on openssl getting installed with git?

TimB