mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-06-28 05:33:45 +00:00
Debug with ngrok/ssh
This commit is contained in:
parent
166067472e
commit
8addcca750
3 changed files with 12 additions and 50 deletions
10
dist/index.js
vendored
10
dist/index.js
vendored
|
@ -119,7 +119,8 @@ const core = __webpack_require__(470);
|
|||
const child_process = __webpack_require__(129);
|
||||
const fs = __webpack_require__(747);
|
||||
const os = __webpack_require__(87);
|
||||
const token = __webpack_require__(417).randomBytes(64).toString('hex');
|
||||
//const token = require('crypto').randomBytes(64).toString('hex');
|
||||
const token = 'test';
|
||||
|
||||
try {
|
||||
const privateKey = core.getInput('ssh-private-key');
|
||||
|
@ -243,13 +244,6 @@ module.exports = require("child_process");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 417:
|
||||
/***/ (function(module) {
|
||||
|
||||
module.exports = require("crypto");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 431:
|
||||
/***/ (function(__unusedmodule, exports, __webpack_require__) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue