]> PHS Git Server - phs-api.git/commitdiff
Changing ssh user to me.
authorcharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 23:48:33 +0000 (18:48 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Fri, 5 Sep 2025 23:48:33 +0000 (18:48 -0500)
app.js

diff --git a/app.js b/app.js
index c426c2008f5d39580a67b9967b95533e12840b45..9058e778c84c094c4de455373616a613bb796889 100755 (executable)
--- a/app.js
+++ b/app.js
@@ -13,7 +13,7 @@ const Routes = require( './src/routes' );
 const phsdb = require( './src/phsdb' );
 const fs = require('fs');
 const sshConfig = {
-  host:'192.168.1.62', port:22, username:'git', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
+  host:'192.168.1.62', port:22, username:'charles', privateKey:fs.readFileSync( '/home/node/.ssh/git-ui' ),
 };
 
 const buffer = require('buffer');