From 8c9aca6fad25bf98007606f82505aea33403e7bb Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Thu, 4 Sep 2025 04:36:45 -0500 Subject: [PATCH] Moving Client to the right place. --- src/controllers/git.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/git.controller.js b/src/controllers/git.controller.js index 32f0491..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: 'localhost', + host: '10.8.0.1', port: 22, username: 'git', privateKey: fs.readFileSync('/home/git/.ssh/git-ui'), -- 2.43.0