You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: Uncaught Error: Timed out while waiting for handshake
at Timeout.<anonymous> (file:///C:/Users/GJZwiers/AppData/Local/deno/npm/registry.npmjs.org/ssh2/1.11.0/lib/client.js:1014:23)
at https://deno.land/std@0.164.0/node/timers.ts:21:15
at Object.action (deno:ext/web/02_timers.js:147:13)
at handleTimerMacrotask (deno:ext/web/02_timers.js:64:12)
It looks like ssh2 uses a number of methods from Node crypto that are not implemented in std yet:
createDecipheriv
createDiffieHellman
createDiffieHellmanGroup
createECDH,
createHmac
createPublicKey
createSign
createVerify
diffieHellman
generateKeyPairSync
sign
verify
Deno version: 1.28.0
The text was updated successfully, but these errors were encountered:
npm:ssh2
does not work in Deno right now, it hangs for a bit and then throws.It looks like
ssh2
uses a number of methods from Nodecrypto
that are not implemented instd
yet:createDecipherivcreateHmacDeno version: 1.28.0
The text was updated successfully, but these errors were encountered: