Auto-password SSH setup (optional)
==================================

By default this product uploads with MANUAL root/SSH password prompts
(auth_mode: password). You do NOT need this folder for normal use.

Use this folder ONLY if you want passwordless deploy with an SSH key
(so publish does not ask for the server password each time).


FILES
-----
1) READ-SSH-Key-Setup.txt
   Step-by-step commands to create a key and install it on YOUR VPS.

2) CHANGE-Settings-SSH-Key-Snippet.yaml
   Copy these lines into SETUP-First/CHANGE-Settings.yaml when ready.


AFTER SETUP
-----------
Run publish normally, or force key mode:

powershell -ExecutionPolicy Bypass -File .\app\scripts\run_publish.ps1 -ImageSet 1 -AuthMode ssh
