From: charleswrayjr Date: Fri, 5 Sep 2025 01:32:43 +0000 (-0500) Subject: Fixing ssh connection. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.js?a=commitdiff_plain;h=c8e163f1a0422b2b072c4856a8e7da022ed21eea;p=phs-api.git Fixing ssh connection. --- diff --git a/src/controllers/git.controller.js b/src/controllers/git.controller.js index f0ef4bd..ef1b276 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: '10.8.0.1', + host: '192.168.1.62', port: 22, username: 'git', privateKey: fs.readFileSync('/home/git/.ssh/git-ui'),