mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
729 B
729 B
sidebar_position
| sidebar_position |
|---|
| 1 |
Windows
Список ПО которые я использую
VSCode
Пример конфига для подключения по SSH key (~/ssh/config)
Remote SSH - Microsoft
Host <IP>
HostName <IP>
User <USER>
IdentityFile ~/.ssh/id_rsa
maybe rename id_rsa.pub to authorized_keys