api documentation for ssh2-streams (v0.1.16)

SSH2 and SFTP(v3) client/server protocol streams for node.js

table of contents

  1. module ssh2-streams
    1. function ssh2-streams.SFTPStream (cfg, remoteIdentRaw)
    2. function ssh2-streams.SFTPStream.Stats (initial)
    3. function ssh2-streams.SSH2Stream (cfg)
    4. function ssh2-streams.jsbn (a, b, c)
    5. object ssh2-streams.SFTPStream.Stats.prototype
    6. object ssh2-streams.SFTPStream.prototype
    7. object ssh2-streams.SSH2Stream.prototype
    8. object ssh2-streams.constants
    9. object ssh2-streams.jsbn.prototype
    10. object ssh2-streams.utils
  2. module ssh2-streams.SFTPStream
    1. function ssh2-streams.SFTPStream (cfg, remoteIdentRaw)
    2. function ssh2-streams.SFTPStream.Stats (initial)
    3. function ssh2-streams.SFTPStream.flagsToString (flags)
    4. function ssh2-streams.SFTPStream.stringToFlags (str)
    5. function ssh2-streams.SFTPStream.super_ (options)
    6. object ssh2-streams.SFTPStream.OPEN_MODE
    7. object ssh2-streams.SFTPStream.STATUS_CODE
  3. module ssh2-streams.SFTPStream.Stats
    1. function ssh2-streams.SFTPStream.Stats (initial)
  4. module ssh2-streams.SFTPStream.Stats.prototype
    1. function ssh2-streams.SFTPStream.Stats.prototype._checkModeProperty (property)
    2. function ssh2-streams.SFTPStream.Stats.prototype.isBlockDevice ()
    3. function ssh2-streams.SFTPStream.Stats.prototype.isCharacterDevice ()
    4. function ssh2-streams.SFTPStream.Stats.prototype.isDirectory ()
    5. function ssh2-streams.SFTPStream.Stats.prototype.isFIFO ()
    6. function ssh2-streams.SFTPStream.Stats.prototype.isFile ()
    7. function ssh2-streams.SFTPStream.Stats.prototype.isSocket ()
    8. function ssh2-streams.SFTPStream.Stats.prototype.isSymbolicLink ()
  5. module ssh2-streams.SFTPStream.prototype
    1. function ssh2-streams.SFTPStream.prototype.__push (chunk, encoding)
    2. function ssh2-streams.SFTPStream.prototype.__read (n)
    3. function ssh2-streams.SFTPStream.prototype._cleanup (callback)
    4. function ssh2-streams.SFTPStream.prototype._read (n)
    5. function ssh2-streams.SFTPStream.prototype._transform (chunk, encoding, callback)
    6. function ssh2-streams.SFTPStream.prototype.appendFile (path, data, options, callback_)
    7. function ssh2-streams.SFTPStream.prototype.attrs (id, attrs)
    8. function ssh2-streams.SFTPStream.prototype.chmod (path, mode, cb)
    9. function ssh2-streams.SFTPStream.prototype.chown (path, uid, gid, cb)
    10. function ssh2-streams.SFTPStream.prototype.close (handle, cb)
    11. function ssh2-streams.SFTPStream.prototype.createReadStream (path, options)
    12. function ssh2-streams.SFTPStream.prototype.createWriteStream (path, options)
    13. function ssh2-streams.SFTPStream.prototype.data (id, data, encoding)
    14. function ssh2-streams.SFTPStream.prototype.exists (path, cb)
    15. function ssh2-streams.SFTPStream.prototype.ext_openssh_fstatvfs (handle, cb)
    16. function ssh2-streams.SFTPStream.prototype.ext_openssh_fsync (handle, cb)
    17. function ssh2-streams.SFTPStream.prototype.ext_openssh_hardlink (oldPath, newPath, cb)
    18. function ssh2-streams.SFTPStream.prototype.ext_openssh_rename (oldPath, newPath, cb)
    19. function ssh2-streams.SFTPStream.prototype.ext_openssh_statvfs (path, cb)
    20. function ssh2-streams.SFTPStream.prototype.fastGet (remotePath, localPath, opts, cb)
    21. function ssh2-streams.SFTPStream.prototype.fastPut (localPath, remotePath, opts, cb)
    22. function ssh2-streams.SFTPStream.prototype.fchmod (handle, mode, cb)
    23. function ssh2-streams.SFTPStream.prototype.fchown (handle, uid, gid, cb)
    24. function ssh2-streams.SFTPStream.prototype.fsetstat (handle, attrs, cb)
    25. function ssh2-streams.SFTPStream.prototype.fstat (handle, cb)
    26. function ssh2-streams.SFTPStream.prototype.futimes (handle, atime, mtime, cb)
    27. function ssh2-streams.SFTPStream.prototype.handle (id, handle)
    28. function ssh2-streams.SFTPStream.prototype.lstat (path, cb)
    29. function ssh2-streams.SFTPStream.prototype.mkdir (path, attrs, cb)
    30. function ssh2-streams.SFTPStream.prototype.name (id, names)
    31. function ssh2-streams.SFTPStream.prototype.open (path, flags_, attrs, cb)
    32. function ssh2-streams.SFTPStream.prototype.opendir (path, cb)
    33. function ssh2-streams.SFTPStream.prototype.push (chunk, encoding)
    34. function ssh2-streams.SFTPStream.prototype.readData (handle, buf, off, len, position, cb)
    35. function ssh2-streams.SFTPStream.prototype.readFile (path, options, callback_)
    36. function ssh2-streams.SFTPStream.prototype.readdir (where, opts, cb)
    37. function ssh2-streams.SFTPStream.prototype.readlink (path, cb)
    38. function ssh2-streams.SFTPStream.prototype.realpath (path, cb)
    39. function ssh2-streams.SFTPStream.prototype.rename (oldPath, newPath, cb)
    40. function ssh2-streams.SFTPStream.prototype.rmdir (path, cb)
    41. function ssh2-streams.SFTPStream.prototype.setstat (path, attrs, cb)
    42. function ssh2-streams.SFTPStream.prototype.stat (path, cb)
    43. function ssh2-streams.SFTPStream.prototype.status (id, code, message, lang)
    44. function ssh2-streams.SFTPStream.prototype.symlink (targetPath, linkPath, cb)
    45. function ssh2-streams.SFTPStream.prototype.unlink (filename, cb)
    46. function ssh2-streams.SFTPStream.prototype.utimes (path, atime, mtime, cb)
    47. function ssh2-streams.SFTPStream.prototype.writeData (handle, buf, off, len, position, cb)
    48. function ssh2-streams.SFTPStream.prototype.writeFile (path, data, options, callback_)
  6. module ssh2-streams.SSH2Stream
    1. function ssh2-streams.SSH2Stream (cfg)
    2. function ssh2-streams.SSH2Stream._send (self, payload, cb, bypass)
    3. function ssh2-streams.SSH2Stream.super_ (options)
  7. module ssh2-streams.SSH2Stream.prototype
    1. function ssh2-streams.SSH2Stream.prototype.__push (chunk, encoding)
    2. function ssh2-streams.SSH2Stream.prototype.__read (n)
    3. function ssh2-streams.SSH2Stream.prototype._cleanup (callback)
    4. function ssh2-streams.SSH2Stream.prototype._read (n)
    5. function ssh2-streams.SSH2Stream.prototype._transform (chunk, encoding, callback, decomp)
    6. function ssh2-streams.SSH2Stream.prototype.authFailure (authMethods, isPartial)
    7. function ssh2-streams.SSH2Stream.prototype.authHostbased (username, pubKey, hostname, userlocal, cbSign)
    8. function ssh2-streams.SSH2Stream.prototype.authInfoReq (name, instructions, prompts)
    9. function ssh2-streams.SSH2Stream.prototype.authInfoRes (responses)
    10. function ssh2-streams.SSH2Stream.prototype.authKeyboard (username)
    11. function ssh2-streams.SSH2Stream.prototype.authNone (username)
    12. function ssh2-streams.SSH2Stream.prototype.authPK (username, pubKey, cbSign)
    13. function ssh2-streams.SSH2Stream.prototype.authPKOK (keyAlgo, key)
    14. function ssh2-streams.SSH2Stream.prototype.authPasswdChg (prompt, lang)
    15. function ssh2-streams.SSH2Stream.prototype.authPassword (username, password)
    16. function ssh2-streams.SSH2Stream.prototype.authSuccess ()
    17. function ssh2-streams.SSH2Stream.prototype.cancelTcpipForward (bindAddr, bindPort, wantReply)
    18. function ssh2-streams.SSH2Stream.prototype.channelClose (chan)
    19. function ssh2-streams.SSH2Stream.prototype.channelData (chan, data)
    20. function ssh2-streams.SSH2Stream.prototype.channelEOF (chan)
    21. function ssh2-streams.SSH2Stream.prototype.channelExtData (chan, data, type)
    22. function ssh2-streams.SSH2Stream.prototype.channelFailure (chan)
    23. function ssh2-streams.SSH2Stream.prototype.channelOpenConfirm (remoteChan, localChan, initWindow, maxPacket)
    24. function ssh2-streams.SSH2Stream.prototype.channelOpenFail (remoteChan, reason, desc, lang)
    25. function ssh2-streams.SSH2Stream.prototype.channelSuccess (chan)
    26. function ssh2-streams.SSH2Stream.prototype.channelWindowAdjust (chan, amount)
    27. function ssh2-streams.SSH2Stream.prototype.directTcpip (chan, initWindow, maxPacket, cfg)
    28. function ssh2-streams.SSH2Stream.prototype.disconnect (reason)
    29. function ssh2-streams.SSH2Stream.prototype.env (chan, key, val, wantReply)
    30. function ssh2-streams.SSH2Stream.prototype.exec (chan, cmd, wantReply)
    31. function ssh2-streams.SSH2Stream.prototype.exitSignal (chan, name, coreDumped, msg)
    32. function ssh2-streams.SSH2Stream.prototype.exitStatus (chan, status)
    33. function ssh2-streams.SSH2Stream.prototype.forwardedTcpip (chan, initWindow, maxPacket, cfg)
    34. function ssh2-streams.SSH2Stream.prototype.openssh_agentForward (chan, wantReply)
    35. function ssh2-streams.SSH2Stream.prototype.openssh_cancelStreamLocalForward (socketPath, wantReply)
    36. function ssh2-streams.SSH2Stream.prototype.openssh_directStreamLocal (chan, initWindow, maxPacket, cfg)
    37. function ssh2-streams.SSH2Stream.prototype.openssh_forwardedStreamLocal (chan, initWindow, maxPacket, cfg)
    38. function ssh2-streams.SSH2Stream.prototype.openssh_noMoreSessions (wantReply)
    39. function ssh2-streams.SSH2Stream.prototype.openssh_streamLocalForward (socketPath, wantReply)
    40. function ssh2-streams.SSH2Stream.prototype.ping ()
    41. function ssh2-streams.SSH2Stream.prototype.pty (chan, rows, cols, height, width, term, modes, wantReply)
    42. function ssh2-streams.SSH2Stream.prototype.push (chunk, encoding)
    43. function ssh2-streams.SSH2Stream.prototype.rekey ()
    44. function ssh2-streams.SSH2Stream.prototype.requestFailure ()
    45. function ssh2-streams.SSH2Stream.prototype.requestSuccess (data)
    46. function ssh2-streams.SSH2Stream.prototype.reset (noend)
    47. function ssh2-streams.SSH2Stream.prototype.service (svcName)
    48. function ssh2-streams.SSH2Stream.prototype.serviceAccept (svcName)
    49. function ssh2-streams.SSH2Stream.prototype.session (chan, initWindow, maxPacket)
    50. function ssh2-streams.SSH2Stream.prototype.shell (chan, wantReply)
    51. function ssh2-streams.SSH2Stream.prototype.signal (chan, signal)
    52. function ssh2-streams.SSH2Stream.prototype.subsystem (chan, name, wantReply)
    53. function ssh2-streams.SSH2Stream.prototype.tcpipForward (bindAddr, bindPort, wantReply)
    54. function ssh2-streams.SSH2Stream.prototype.windowChange (chan, rows, cols, height, width)
    55. function ssh2-streams.SSH2Stream.prototype.x11 (chan, initWindow, maxPacket, cfg)
    56. function ssh2-streams.SSH2Stream.prototype.x11Forward (chan, cfg, wantReply)
  8. module ssh2-streams.jsbn
    1. function ssh2-streams.jsbn (a, b, c)
    2. object ssh2-streams.jsbn.ONE
    3. object ssh2-streams.jsbn.ZERO
  9. module ssh2-streams.jsbn.prototype
    1. function ssh2-streams.jsbn.prototype.Barrett (m)
    2. function ssh2-streams.jsbn.prototype.abs ()
    3. function ssh2-streams.jsbn.prototype.add (a)
    4. function ssh2-streams.jsbn.prototype.addTo (a, r)
    5. function ssh2-streams.jsbn.prototype.am (i, x, w, j, c, n)
    6. function ssh2-streams.jsbn.prototype.and (a)
    7. function ssh2-streams.jsbn.prototype.andNot (a)
    8. function ssh2-streams.jsbn.prototype.bitCount ()
    9. function ssh2-streams.jsbn.prototype.bitLength ()
    10. function ssh2-streams.jsbn.prototype.bitwiseTo (a, op, r)
    11. function ssh2-streams.jsbn.prototype.byteValue ()
    12. function ssh2-streams.jsbn.prototype.changeBit (n, op)
    13. function ssh2-streams.jsbn.prototype.chunkSize (r)
    14. function ssh2-streams.jsbn.prototype.clamp ()
    15. function ssh2-streams.jsbn.prototype.clearBit (n)
    16. function ssh2-streams.jsbn.prototype.clone ()
    17. function ssh2-streams.jsbn.prototype.compareTo (a)
    18. function ssh2-streams.jsbn.prototype.copyTo (r)
    19. function ssh2-streams.jsbn.prototype.dAddOffset (n, w)
    20. function ssh2-streams.jsbn.prototype.dMultiply (n)
    21. function ssh2-streams.jsbn.prototype.divRemTo (m, q, r)
    22. function ssh2-streams.jsbn.prototype.divide (a)
    23. function ssh2-streams.jsbn.prototype.divideAndRemainder (a)
    24. function ssh2-streams.jsbn.prototype.dlShiftTo (n, r)
    25. function ssh2-streams.jsbn.prototype.drShiftTo (n, r)
    26. function ssh2-streams.jsbn.prototype.equals (a)
    27. function ssh2-streams.jsbn.prototype.exp (e, z)
    28. function ssh2-streams.jsbn.prototype.flipBit (n)
    29. function ssh2-streams.jsbn.prototype.fromInt (x)
    30. function ssh2-streams.jsbn.prototype.fromNumber (a, b, c)
    31. function ssh2-streams.jsbn.prototype.fromRadix (s, b)
    32. function ssh2-streams.jsbn.prototype.fromString (s, b)
    33. function ssh2-streams.jsbn.prototype.gcd (a)
    34. function ssh2-streams.jsbn.prototype.getLowestSetBit ()
    35. function ssh2-streams.jsbn.prototype.intValue ()
    36. function ssh2-streams.jsbn.prototype.invDigit ()
    37. function ssh2-streams.jsbn.prototype.isEven ()
    38. function ssh2-streams.jsbn.prototype.isProbablePrime (t)
    39. function ssh2-streams.jsbn.prototype.lShiftTo (n, r)
    40. function ssh2-streams.jsbn.prototype.max (a)
    41. function ssh2-streams.jsbn.prototype.millerRabin (t)
    42. function ssh2-streams.jsbn.prototype.min (a)
    43. function ssh2-streams.jsbn.prototype.mod (a)
    44. function ssh2-streams.jsbn.prototype.modInt (n)
    45. function ssh2-streams.jsbn.prototype.modInverse (m)
    46. function ssh2-streams.jsbn.prototype.modPow (e, m)
    47. function ssh2-streams.jsbn.prototype.modPowInt (e, m)
    48. function ssh2-streams.jsbn.prototype.multiply (a)
    49. function ssh2-streams.jsbn.prototype.multiplyLowerTo (a, n, r)
    50. function ssh2-streams.jsbn.prototype.multiplyTo (a, r)
    51. function ssh2-streams.jsbn.prototype.multiplyUpperTo (a, n, r)
    52. function ssh2-streams.jsbn.prototype.negate ()
    53. function ssh2-streams.jsbn.prototype.not ()
    54. function ssh2-streams.jsbn.prototype.or (a)
    55. function ssh2-streams.jsbn.prototype.pow (e)
    56. function ssh2-streams.jsbn.prototype.rShiftTo (n, r)
    57. function ssh2-streams.jsbn.prototype.remainder (a)
    58. function ssh2-streams.jsbn.prototype.setBit (n)
    59. function ssh2-streams.jsbn.prototype.shiftLeft (n)
    60. function ssh2-streams.jsbn.prototype.shiftRight (n)
    61. function ssh2-streams.jsbn.prototype.shortValue ()
    62. function ssh2-streams.jsbn.prototype.signum ()
    63. function ssh2-streams.jsbn.prototype.square ()
    64. function ssh2-streams.jsbn.prototype.squareTo (r)
    65. function ssh2-streams.jsbn.prototype.subTo (a, r)
    66. function ssh2-streams.jsbn.prototype.subtract (a)
    67. function ssh2-streams.jsbn.prototype.testBit (n)
    68. function ssh2-streams.jsbn.prototype.toByteArray ()
    69. function ssh2-streams.jsbn.prototype.toRadix (b)
    70. function ssh2-streams.jsbn.prototype.toString (b)
    71. function ssh2-streams.jsbn.prototype.xor (a)
    72. number ssh2-streams.jsbn.prototype.DB
    73. number ssh2-streams.jsbn.prototype.DM
    74. number ssh2-streams.jsbn.prototype.DV
    75. number ssh2-streams.jsbn.prototype.F1
    76. number ssh2-streams.jsbn.prototype.F2
    77. number ssh2-streams.jsbn.prototype.FV
  10. module ssh2-streams.utils
    1. function ssh2-streams.utils.DSAKeySSHToASN1 (key, self, callback)
    2. function ssh2-streams.utils.DSASigBERToBare (signature)
    3. function ssh2-streams.utils.DSASigBareToBER (signature)
    4. function ssh2-streams.utils.ECDSAKeySSHToASN1 (key, self, callback)
    5. function ssh2-streams.utils.ECDSASigASN1ToSSH (signature)
    6. function ssh2-streams.utils.ECDSASigSSHToASN1 (signature, self, callback)
    7. function ssh2-streams.utils.RSAKeySSHToASN1 (key, self, callback)
    8. function ssh2-streams.utils.convertPPKPrivate (keyInfo)
    9. function ssh2-streams.utils.decryptKey (keyInfo, passphrase)
    10. function ssh2-streams.utils.genPublicKey (keyInfo)
    11. function ssh2-streams.utils.isStreamCipher (name)
    12. function ssh2-streams.utils.iv_inc (iv)
    13. function ssh2-streams.utils.parseKey (data)
    14. function ssh2-streams.utils.readInt (buffer, start, stream, cb)
    15. function ssh2-streams.utils.readString (buffer, start, encoding, stream, cb, maxLen)
    16. function ssh2-streams.utils.verifyPPKMAC (keyInfo, passphrase, privateKey)

module ssh2-streams

function ssh2-streams.SFTPStream (cfg, remoteIdentRaw)

function ssh2-streams.SFTPStream.Stats (initial)

function ssh2-streams.SSH2Stream (cfg)

function ssh2-streams.jsbn (a, b, c)

module ssh2-streams.SFTPStream

function ssh2-streams.SFTPStream (cfg, remoteIdentRaw)

function ssh2-streams.SFTPStream.Stats (initial)

function ssh2-streams.SFTPStream.flagsToString (flags)

function ssh2-streams.SFTPStream.stringToFlags (str)

function ssh2-streams.SFTPStream.super_ (options)

module ssh2-streams.SFTPStream.Stats

function ssh2-streams.SFTPStream.Stats (initial)

module ssh2-streams.SFTPStream.Stats.prototype

function ssh2-streams.SFTPStream.Stats.prototype._checkModeProperty (property)

function ssh2-streams.SFTPStream.Stats.prototype.isBlockDevice ()

function ssh2-streams.SFTPStream.Stats.prototype.isCharacterDevice ()

function ssh2-streams.SFTPStream.Stats.prototype.isDirectory ()

function ssh2-streams.SFTPStream.Stats.prototype.isFIFO ()

function ssh2-streams.SFTPStream.Stats.prototype.isFile ()

function ssh2-streams.SFTPStream.Stats.prototype.isSocket ()

function ssh2-streams.SFTPStream.Stats.prototype.isSymbolicLink ()

module ssh2-streams.SFTPStream.prototype

function ssh2-streams.SFTPStream.prototype.__push (chunk, encoding)

function ssh2-streams.SFTPStream.prototype.__read (n)

function ssh2-streams.SFTPStream.prototype._cleanup (callback)

function ssh2-streams.SFTPStream.prototype._read (n)

function ssh2-streams.SFTPStream.prototype._transform (chunk, encoding, callback)

function ssh2-streams.SFTPStream.prototype.appendFile (path, data, options, callback_)

function ssh2-streams.SFTPStream.prototype.attrs (id, attrs)

function ssh2-streams.SFTPStream.prototype.chmod (path, mode, cb)

function ssh2-streams.SFTPStream.prototype.chown (path, uid, gid, cb)

function ssh2-streams.SFTPStream.prototype.close (handle, cb)

function ssh2-streams.SFTPStream.prototype.createReadStream (path, options)

function ssh2-streams.SFTPStream.prototype.createWriteStream (path, options)

function ssh2-streams.SFTPStream.prototype.data (id, data, encoding)

function ssh2-streams.SFTPStream.prototype.exists (path, cb)

function ssh2-streams.SFTPStream.prototype.ext_openssh_fstatvfs (handle, cb)

function ssh2-streams.SFTPStream.prototype.ext_openssh_fsync (handle, cb)

function ssh2-streams.SFTPStream.prototype.ext_openssh_hardlink (oldPath, newPath, cb)

function ssh2-streams.SFTPStream.prototype.ext_openssh_rename (oldPath, newPath, cb)

function ssh2-streams.SFTPStream.prototype.ext_openssh_statvfs (path, cb)

function ssh2-streams.SFTPStream.prototype.fastGet (remotePath, localPath, opts, cb)

function ssh2-streams.SFTPStream.prototype.fastPut (localPath, remotePath, opts, cb)

function ssh2-streams.SFTPStream.prototype.fchmod (handle, mode, cb)

function ssh2-streams.SFTPStream.prototype.fchown (handle, uid, gid, cb)

function ssh2-streams.SFTPStream.prototype.fsetstat (handle, attrs, cb)

function ssh2-streams.SFTPStream.prototype.fstat (handle, cb)

function ssh2-streams.SFTPStream.prototype.futimes (handle, atime, mtime, cb)

function ssh2-streams.SFTPStream.prototype.handle (id, handle)

function ssh2-streams.SFTPStream.prototype.lstat (path, cb)

function ssh2-streams.SFTPStream.prototype.mkdir (path, attrs, cb)

function ssh2-streams.SFTPStream.prototype.name (id, names)

function ssh2-streams.SFTPStream.prototype.open (path, flags_, attrs, cb)

function ssh2-streams.SFTPStream.prototype.opendir (path, cb)

function ssh2-streams.SFTPStream.prototype.push (chunk, encoding)

function ssh2-streams.SFTPStream.prototype.readData (handle, buf, off, len, position, cb)

function ssh2-streams.SFTPStream.prototype.readFile (path, options, callback_)

function ssh2-streams.SFTPStream.prototype.readdir (where, opts, cb)

function ssh2-streams.SFTPStream.prototype.readlink (path, cb)

function ssh2-streams.SFTPStream.prototype.realpath (path, cb)

function ssh2-streams.SFTPStream.prototype.rename (oldPath, newPath, cb)

function ssh2-streams.SFTPStream.prototype.rmdir (path, cb)

function ssh2-streams.SFTPStream.prototype.setstat (path, attrs, cb)

function ssh2-streams.SFTPStream.prototype.stat (path, cb)

function ssh2-streams.SFTPStream.prototype.status (id, code, message, lang)

function ssh2-streams.SFTPStream.prototype.symlink (targetPath, linkPath, cb)

function ssh2-streams.SFTPStream.prototype.unlink (filename, cb)

function ssh2-streams.SFTPStream.prototype.utimes (path, atime, mtime, cb)

function ssh2-streams.SFTPStream.prototype.writeData (handle, buf, off, len, position, cb)

function ssh2-streams.SFTPStream.prototype.writeFile (path, data, options, callback_)

module ssh2-streams.SSH2Stream

function ssh2-streams.SSH2Stream (cfg)

function ssh2-streams.SSH2Stream._send (self, payload, cb, bypass)

function ssh2-streams.SSH2Stream.super_ (options)

module ssh2-streams.SSH2Stream.prototype

function ssh2-streams.SSH2Stream.prototype.__push (chunk, encoding)

function ssh2-streams.SSH2Stream.prototype.__read (n)

function ssh2-streams.SSH2Stream.prototype._cleanup (callback)

function ssh2-streams.SSH2Stream.prototype._read (n)

function ssh2-streams.SSH2Stream.prototype._transform (chunk, encoding, callback, decomp)

function ssh2-streams.SSH2Stream.prototype.authFailure (authMethods, isPartial)

function ssh2-streams.SSH2Stream.prototype.authHostbased (username, pubKey, hostname, userlocal, cbSign)

function ssh2-streams.SSH2Stream.prototype.authInfoReq (name, instructions, prompts)

function ssh2-streams.SSH2Stream.prototype.authInfoRes (responses)

function ssh2-streams.SSH2Stream.prototype.authKeyboard (username)

function ssh2-streams.SSH2Stream.prototype.authNone (username)

function ssh2-streams.SSH2Stream.prototype.authPK (username, pubKey, cbSign)

function ssh2-streams.SSH2Stream.prototype.authPKOK (keyAlgo, key)

function ssh2-streams.SSH2Stream.prototype.authPasswdChg (prompt, lang)

function ssh2-streams.SSH2Stream.prototype.authPassword (username, password)

function ssh2-streams.SSH2Stream.prototype.authSuccess ()

function ssh2-streams.SSH2Stream.prototype.cancelTcpipForward (bindAddr, bindPort, wantReply)

function ssh2-streams.SSH2Stream.prototype.channelClose (chan)

function ssh2-streams.SSH2Stream.prototype.channelData (chan, data)

function ssh2-streams.SSH2Stream.prototype.channelEOF (chan)

function ssh2-streams.SSH2Stream.prototype.channelExtData (chan, data, type)

function ssh2-streams.SSH2Stream.prototype.channelFailure (chan)

function ssh2-streams.SSH2Stream.prototype.channelOpenConfirm (remoteChan, localChan, initWindow, maxPacket)

function ssh2-streams.SSH2Stream.prototype.channelOpenFail (remoteChan, reason, desc, lang)

function ssh2-streams.SSH2Stream.prototype.channelSuccess (chan)

function ssh2-streams.SSH2Stream.prototype.channelWindowAdjust (chan, amount)

function ssh2-streams.SSH2Stream.prototype.directTcpip (chan, initWindow, maxPacket, cfg)

function ssh2-streams.SSH2Stream.prototype.disconnect (reason)

function ssh2-streams.SSH2Stream.prototype.env (chan, key, val, wantReply)

function ssh2-streams.SSH2Stream.prototype.exec (chan, cmd, wantReply)

function ssh2-streams.SSH2Stream.prototype.exitSignal (chan, name, coreDumped, msg)

function ssh2-streams.SSH2Stream.prototype.exitStatus (chan, status)

function ssh2-streams.SSH2Stream.prototype.forwardedTcpip (chan, initWindow, maxPacket, cfg)

function ssh2-streams.SSH2Stream.prototype.openssh_agentForward (chan, wantReply)

function ssh2-streams.SSH2Stream.prototype.openssh_cancelStreamLocalForward (socketPath, wantReply)

function ssh2-streams.SSH2Stream.prototype.openssh_directStreamLocal (chan, initWindow, maxPacket, cfg)

function ssh2-streams.SSH2Stream.prototype.openssh_forwardedStreamLocal (chan, initWindow, maxPacket, cfg)

function ssh2-streams.SSH2Stream.prototype.openssh_noMoreSessions (wantReply)

function ssh2-streams.SSH2Stream.prototype.openssh_streamLocalForward (socketPath, wantReply)

function ssh2-streams.SSH2Stream.prototype.ping ()

function ssh2-streams.SSH2Stream.prototype.pty (chan, rows, cols, height, width, term, modes, wantReply)

function ssh2-streams.SSH2Stream.prototype.push (chunk, encoding)

function ssh2-streams.SSH2Stream.prototype.rekey ()

function ssh2-streams.SSH2Stream.prototype.requestFailure ()

function ssh2-streams.SSH2Stream.prototype.requestSuccess (data)

function ssh2-streams.SSH2Stream.prototype.reset (noend)

function ssh2-streams.SSH2Stream.prototype.service (svcName)

function ssh2-streams.SSH2Stream.prototype.serviceAccept (svcName)

function ssh2-streams.SSH2Stream.prototype.session (chan, initWindow, maxPacket)

function ssh2-streams.SSH2Stream.prototype.shell (chan, wantReply)

function ssh2-streams.SSH2Stream.prototype.signal (chan, signal)

function ssh2-streams.SSH2Stream.prototype.subsystem (chan, name, wantReply)

function ssh2-streams.SSH2Stream.prototype.tcpipForward (bindAddr, bindPort, wantReply)

function ssh2-streams.SSH2Stream.prototype.windowChange (chan, rows, cols, height, width)

function ssh2-streams.SSH2Stream.prototype.x11 (chan, initWindow, maxPacket, cfg)

function ssh2-streams.SSH2Stream.prototype.x11Forward (chan, cfg, wantReply)

module ssh2-streams.jsbn

function ssh2-streams.jsbn (a, b, c)

module ssh2-streams.jsbn.prototype

function ssh2-streams.jsbn.prototype.Barrett (m)

function ssh2-streams.jsbn.prototype.abs ()

function ssh2-streams.jsbn.prototype.add (a)

function ssh2-streams.jsbn.prototype.addTo (a, r)

function ssh2-streams.jsbn.prototype.am (i, x, w, j, c, n)

function ssh2-streams.jsbn.prototype.and (a)

function ssh2-streams.jsbn.prototype.andNot (a)

function ssh2-streams.jsbn.prototype.bitCount ()

function ssh2-streams.jsbn.prototype.bitLength ()

function ssh2-streams.jsbn.prototype.bitwiseTo (a, op, r)

function ssh2-streams.jsbn.prototype.byteValue ()

function ssh2-streams.jsbn.prototype.changeBit (n, op)

function ssh2-streams.jsbn.prototype.chunkSize (r)

function ssh2-streams.jsbn.prototype.clamp ()

function ssh2-streams.jsbn.prototype.clearBit (n)

function ssh2-streams.jsbn.prototype.clone ()

function ssh2-streams.jsbn.prototype.compareTo (a)

function ssh2-streams.jsbn.prototype.copyTo (r)

function ssh2-streams.jsbn.prototype.dAddOffset (n, w)

function ssh2-streams.jsbn.prototype.dMultiply (n)

function ssh2-streams.jsbn.prototype.divRemTo (m, q, r)

function ssh2-streams.jsbn.prototype.divide (a)

function ssh2-streams.jsbn.prototype.divideAndRemainder (a)

function ssh2-streams.jsbn.prototype.dlShiftTo (n, r)

function ssh2-streams.jsbn.prototype.drShiftTo (n, r)

function ssh2-streams.jsbn.prototype.equals (a)

function ssh2-streams.jsbn.prototype.exp (e, z)

function ssh2-streams.jsbn.prototype.flipBit (n)

function ssh2-streams.jsbn.prototype.fromInt (x)

function ssh2-streams.jsbn.prototype.fromNumber (a, b, c)

function ssh2-streams.jsbn.prototype.fromRadix (s, b)

function ssh2-streams.jsbn.prototype.fromString (s, b)

function ssh2-streams.jsbn.prototype.gcd (a)

function ssh2-streams.jsbn.prototype.getLowestSetBit ()

function ssh2-streams.jsbn.prototype.intValue ()

function ssh2-streams.jsbn.prototype.invDigit ()

function ssh2-streams.jsbn.prototype.isEven ()

function ssh2-streams.jsbn.prototype.isProbablePrime (t)

function ssh2-streams.jsbn.prototype.lShiftTo (n, r)

function ssh2-streams.jsbn.prototype.max (a)

function ssh2-streams.jsbn.prototype.millerRabin (t)

function ssh2-streams.jsbn.prototype.min (a)

function ssh2-streams.jsbn.prototype.mod (a)

function ssh2-streams.jsbn.prototype.modInt (n)

function ssh2-streams.jsbn.prototype.modInverse (m)

function ssh2-streams.jsbn.prototype.modPow (e, m)

function ssh2-streams.jsbn.prototype.modPowInt (e, m)

function ssh2-streams.jsbn.prototype.multiply (a)

function ssh2-streams.jsbn.prototype.multiplyLowerTo (a, n, r)

function ssh2-streams.jsbn.prototype.multiplyTo (a, r)

function ssh2-streams.jsbn.prototype.multiplyUpperTo (a, n, r)

function ssh2-streams.jsbn.prototype.negate ()

function ssh2-streams.jsbn.prototype.not ()

function ssh2-streams.jsbn.prototype.or (a)

function ssh2-streams.jsbn.prototype.pow (e)

function ssh2-streams.jsbn.prototype.rShiftTo (n, r)

function ssh2-streams.jsbn.prototype.remainder (a)

function ssh2-streams.jsbn.prototype.setBit (n)

function ssh2-streams.jsbn.prototype.shiftLeft (n)

function ssh2-streams.jsbn.prototype.shiftRight (n)

function ssh2-streams.jsbn.prototype.shortValue ()

function ssh2-streams.jsbn.prototype.signum ()

function ssh2-streams.jsbn.prototype.square ()

function ssh2-streams.jsbn.prototype.squareTo (r)

function ssh2-streams.jsbn.prototype.subTo (a, r)

function ssh2-streams.jsbn.prototype.subtract (a)

function ssh2-streams.jsbn.prototype.testBit (n)

function ssh2-streams.jsbn.prototype.toByteArray ()

function ssh2-streams.jsbn.prototype.toRadix (b)

function ssh2-streams.jsbn.prototype.toString (b)

function ssh2-streams.jsbn.prototype.xor (a)

module ssh2-streams.utils

function ssh2-streams.utils.DSAKeySSHToASN1 (key, self, callback)

function ssh2-streams.utils.DSASigBERToBare (signature)

function ssh2-streams.utils.DSASigBareToBER (signature)

function ssh2-streams.utils.ECDSAKeySSHToASN1 (key, self, callback)

function ssh2-streams.utils.ECDSASigASN1ToSSH (signature)

function ssh2-streams.utils.ECDSASigSSHToASN1 (signature, self, callback)

function ssh2-streams.utils.RSAKeySSHToASN1 (key, self, callback)

function ssh2-streams.utils.convertPPKPrivate (keyInfo)

function ssh2-streams.utils.decryptKey (keyInfo, passphrase)

function ssh2-streams.utils.genPublicKey (keyInfo)

function ssh2-streams.utils.isStreamCipher (name)

function ssh2-streams.utils.iv_inc (iv)

function ssh2-streams.utils.parseKey (data)

function ssh2-streams.utils.readInt (buffer, start, stream, cb)

function ssh2-streams.utils.readString (buffer, start, encoding, stream, cb, maxLen)

function ssh2-streams.utils.verifyPPKMAC (keyInfo, passphrase, privateKey)

[ this document was created with utility2 ]