MCPcopy Create free account
hub / github.com/mscdex/ssh2 / openssh_forwardOutStreamLocal

Method openssh_forwardOutStreamLocal

lib/server.js:1301–1305  ·  view source on GitHub ↗
(socketPath, cb)

Source from the content-addressed store, hash-verified

1299 }
1300
1301 openssh_forwardOutStreamLocal(socketPath, cb) {
1302 const opts = { socketPath };
1303 openChannel(this, 'forwarded-streamlocal@openssh.com', opts, cb);
1304 return this;
1305 }
1306
1307 rekey(cb) {
1308 let error;

Callers

nothing calls this directly

Calls 1

openChannelFunction · 0.70

Tested by

no test coverage detected