--- sidebar_position: 1 --- # Windows Список ПО которые я использую - [VSCode](https://code.visualstudio.com/) - [Obsidian](https://obsidian.md/) - [MobaXterm](https://mobaxterm.mobatek.net/download.html) - [Yandex.Disk](https://disk.yandex.ru/client/disk) - [WireGuard](https://www.wireguard.com/install/) - [Deluge](https://dev.deluge-torrent.org/wiki/Download) - [Telegram](https://desktop.telegram.org/) - [Google Chrome](https://www.google.com/chrome/) ## VSCode Пример конфига для подключения по SSH key (~/ssh/config) Remote SSH - Microsoft ``` Host HostName User IdentityFile ~/.ssh/id_rsa ``` maybe rename id_rsa.pub to authorized_keys