Now you can securely remote into your Debian machine from any device with Chrome or the Chrome Remote Desktop app.
sudo usermod -a -G chrome-remote-desktop $USER Create a virtual display: chrome remote desktop debian
# Download Google Chrome .deb wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' sudo apt update sudo apt install google-chrome-stable For – use Chromium: Now you can securely remote into your Debian