Подключение по ssh к ВМ

This commit is contained in:
Речкина Елена Валерьевна
2025-08-06 14:37:00 +00:00
parent deab4d3df0
commit fa95157ab7
8 changed files with 241 additions and 108 deletions
+7 -1
View File
@@ -185,7 +185,13 @@ export default defineConfig({
},
{ text: 'Диски', link: '/compute/compute-how-to/compute-disks.md' },
{ text: 'IP-адреса', link: '/compute/compute-how-to/compute-ip.md' },
{ text: 'Группы размещения', link: '/compute/compute-how-to/compute-affinity.md' },
{ text: 'Группы размещения', link: '/compute/compute-how-to/compute-affinity.md' },
{text: 'Практические руководства', link: '/compute/compute-guide/compute-guide-index.md',
collapsed: true,
items: [
{ text: 'Подключение по SSH к ВМ закрытого контура', link: '/compute/compute-guide/compute-guide-ssh-inside.md' },
],
},
],
},