diff --git a/doc/source/internal/custom_page/landing_page.rst b/doc/source/internal/custom_page/landing_page.rst index 94a958c..ad35294 100644 --- a/doc/source/internal/custom_page/landing_page.rst +++ b/doc/source/internal/custom_page/landing_page.rst @@ -28,11 +28,11 @@ Sync work with main currently do not support sync in console and you need to do - you need to configure .ssh/config.ssh/config .. code-block:: -Host gitea.eco.tsi-dev.otc-service.com -User git -Port 2222 -HostName gitea.eco.tsi-dev.otc-service.com -IdentityFile ~/.ssh/id_rsa + Host gitea.eco.tsi-dev.otc-service.com + User git + Port 2222 + HostName gitea.eco.tsi-dev.otc-service.com + IdentityFile ~/.ssh/id_rsa you should be able to ssh ssh gitea-old.eco.tsi-dev.otc-service.com and get You've successfully authenticated message.