This commit is contained in:
Artur Akmalov
2023-05-29 01:11:42 +05:00
parent 4e1f0d3bd4
commit fa317aa187
4 changed files with 190 additions and 1 deletions
+13
View File
@@ -15,3 +15,16 @@ sidebar_position: 1
- [Telegram](https://desktop.telegram.org/)
- [Google Chrome](https://www.google.com/chrome/)
## 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