diff --git a/manage/resources/public/rdp.mdx b/manage/resources/public/rdp.mdx index 20e928f..a73e498 100644 --- a/manage/resources/public/rdp.mdx +++ b/manage/resources/public/rdp.mdx @@ -9,6 +9,17 @@ RDP public resources render a full Remote Desktop Protocol client in the browser Remote desktop session rendered in the Pangolin web dashboard +## Video Walkthrough + + + ## How It Works 1. You assign a FQDN on a domain managed in Pangolin. diff --git a/manage/resources/public/ssh.mdx b/manage/resources/public/ssh.mdx index b8b5698..1bb6837 100644 --- a/manage/resources/public/ssh.mdx +++ b/manage/resources/public/ssh.mdx @@ -9,6 +9,17 @@ SSH public resources render a full interactive terminal in the browser. Users vi Interactive SSH terminal rendered in the Pangolin web dashboard +## Video Walkthrough + + + ## How It Works 1. You assign a FQDN on a domain managed in Pangolin. diff --git a/manage/resources/public/vnc.mdx b/manage/resources/public/vnc.mdx index c3ff49c..31157fc 100644 --- a/manage/resources/public/vnc.mdx +++ b/manage/resources/public/vnc.mdx @@ -13,6 +13,17 @@ VNC public resources render a full VNC client in the browser. Users visit a FQDN No Pangolin client is required. +## Video Walkthrough + + + ## Site and Host Configuration VNC public resources do **not** use [targets](/manage/resources/public/targets). Instead, you: diff --git a/manage/ssh.mdx b/manage/ssh.mdx index 4657ebd..4d9cb8f 100644 --- a/manage/ssh.mdx +++ b/manage/ssh.mdx @@ -5,6 +5,17 @@ description: "SSH configuration, setup, and examples for public and private reso This page explains the configuration options shared by both resource types, gives a concrete example for every valid combination, and walks through host setup for **Standard SSH Server** automated provisioning. +## Video Walkthrough + + + ## Default Configuration (Easiest) When you create an SSH resource, the dashboard defaults to **Pangolin SSH** mode with **Manual Authentication**. This is the easiest path—it works out of the box with no auth daemon, no OpenSSH reconfiguration, and no extra host setup beyond running Newt as root.