Обновить 02_SSH_SETUP.md

This commit is contained in:
2026-04-18 00:37:15 +03:00
parent f73d20c239
commit efcd0375e4
+4 -8
View File
@@ -75,14 +75,10 @@ ssh nebaryshev@<VM_IP>
## 4. Установка SSH-сервера
```bash
sudo apt update
sudo apt upgrade -y
sudo apt install openssh-server -y
```
Проверяем, что сервис установлен и работает:
```bash
sudo systemctl status ssh
systemctl status ssh
sudo apt install -y openssh-server
sudo systemctl enable --now ssh
systemctl status ssh
```
---