Ajouter enable_remote_services_manualmode
This commit is contained in:
parent
bed9b37df6
commit
0dab9f0cef
1 changed files with 6 additions and 0 deletions
6
enable_remote_services_manualmode
Normal file
6
enable_remote_services_manualmode
Normal 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"
|
Loading…
Add table
Reference in a new issue