From 51b047fe404cbd6d2e8d4f9985ceb9c43ba41528 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 27 Jun 2022 04:30:12 +0530 Subject: [PATCH] fix: ssh port. server is started at 22 --- integration/gitea.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/gitea.py b/integration/gitea.py index 8ca28ad..3407c48 100755 --- a/integration/gitea.py +++ b/integration/gitea.py @@ -87,7 +87,7 @@ class Gitea: "lfs_root_path": "/data/git/lfs", "run_user": "git", "domain": "localhost", - "ssh_port": "2221", + "ssh_port": "22", "http_port": "3000", "app_url": "http://localhost:3000/", "log_root_path": "/data/gitea/log",