Ajouter enable_remote_services_manualmode

This commit is contained in:
Tyleo Dv. Delaware 2025-05-29 03:17:22 +02:00
parent bed9b37df6
commit 0dab9f0cef

View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
sudo apt update
sudo apt install -y xrdp cockpit ssh
sudo systemctl disable --now xrdp xrdp-sesman cockpit.socket ssh
echo "Use automode to enable them"