(socketPath, cb)
| 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; |
nothing calls this directly
no test coverage detected