diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ This repository contains a collection of Ansible roles and playbooks designed to - Configures sshd Match blocks to enforce restrictions for the user. - Prevents execution of arbitrary commands or shell escapes. +### `roles/tigervnc/` - Lightweight VNC server setup with TigerVNC +- Installs TigerVNC server and related utilities (tigervnc-standalone-server, tigervnc-common, autocutsel). +- Deploys a system-wide helper script /usr/local/bin/vnc-server for easy management of VNC sessions (start, stop, list). +- Configures TigerVNC server to run securely on localhost only, preventing external direct connections. +- Leaves VNC server startup manual, allowing users to launch their own VNC sessions as needed. +- Does not open any VNC ports on firewall by default; users should tunnel over SSH or configure firewall manually for remote access. + ### `roles/tor/` - Tor installation and configuration - Installs and configures the Tor service. - Ensures Tor is routing traffic correctly. |