From 39fca407d84075e87b8c1e5cb17a92cc4d4b6afc Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Fri, 6 Sep 2024 16:40:55 +0200 Subject: [PATCH] doc: add url for ssh on 443 port for firewalls --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e14afc1..2d1d56b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ all: ota_directory: demo ``` +If your firewall blocks output requests on ssh port (for accessing github by SSH urls) you can use ssh on port 443: +`ssh://git@ssh.github.com:443//.git` + #### Changes on a existing deployment If the `ota_source_repository` is changed on an existing target, the application has to be [stopped](#playbook-execution-refinement) before the new configuration is deployed.