From: charleswrayjr Date: Thu, 4 Sep 2025 10:12:01 +0000 (-0500) Subject: Fixing ssh connection. X-Git-Url: https://git.phasecustomsoft.com/logo192.png?a=commitdiff_plain;h=0069747eb33522d38b897534cb8f347e9f1fce6a;p=phs-api.git Fixing ssh connection. --- diff --git a/src/controllers/git.controller.js b/src/controllers/git.controller.js index 6bfaaf5..f0ef4bd 100644 --- a/src/controllers/git.controller.js +++ b/src/controllers/git.controller.js @@ -1,7 +1,7 @@ const fs = require('fs'); const { Client } = require('ssh2'); const sshConfig = { - host: 'host.docker.internal', + host: '10.8.0.1', port: 22, username: 'git', privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),