Files
santaspeen.ru-blog/docs/soft/settings.md
T
Artur Akmalov 347a3dbbe3 update docs
2023-07-26 14:12:46 +05:00

31 lines
514 B
Markdown

---
sidebar_position: 1
---
# Settings
## 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
## OpenLens
OpenLens extensions (exec and logs)
Для просмотра логов и подключения к контейнерам нужно добавить расширение
```
@alebcay/openlens-node-pod-menu
```