]> PHS Git Server - phs-api.git/commitdiff
Fixing ssh connection.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 01:32:43 +0000 (20:32 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 01:32:43 +0000 (20:32 -0500)
src/controllers/git.controller.js

index f0ef4bd920c4d7df77eec666820247c9fc09148b..ef1b2768e959510b658de02bf39e812519bed761 100644 (file)
@@ -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'),