Skip to content

Commit

Permalink
update ssh2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
2ue committed Apr 29, 2024
1 parent fbfa5c0 commit 134af7c
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 36 deletions.
64 changes: 32 additions & 32 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function run() {
host,
port,
username,
password,
password
// forceIPv4,
// forceIPv6,
// agent,
Expand Down
3 changes: 1 addition & 2 deletions main/test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { execSync } = require('child_process')


execSync('ls -al', { stdio: 'inherit' })
execSync('ls -al', { stdio: 'inherit' })

0 comments on commit 134af7c

Please sign in to comment.