From e9c46479d63f16debcca89dd89cdc5b120041bd1 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 12 Aug 2024 20:07:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/tmp/etc/gitea/app.ini --- rootfs/tmp/etc/gitea/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/tmp/etc/gitea/app.ini b/rootfs/tmp/etc/gitea/app.ini index 87af95a..5715d1f 100644 --- a/rootfs/tmp/etc/gitea/app.ini +++ b/rootfs/tmp/etc/gitea/app.ini @@ -22,7 +22,7 @@ DISABLE_SSH = false START_SSH_SERVER = true SSH_LISTEN_HOST = 0.0.0.0 SSH_PORT = 7833 -SSH_LISTEN_PORT = 7833 +SSH_LISTEN_PORT = 22 SSH_CREATE_AUTHORIZED_KEYS_FILE = true SSH_CREATE_AUTHORIZED_PRINCIPALS_FILE = true SSH_AUTHORIZED_KEYS_BACKUP = true