SSHOUT client implementation in JavaScript

[Releases]
Clone this repo:

Branches

  1. 5f7f7ee image-bot: make 'fs.utimes' failures non-fatal by WHR · 2 years, 5 months ago master
  2. 2d3ba54 image-bot: update access and modification times of existing file by WHR · 2 years, 5 months ago
  3. d16a58b Handle SSH stream write error by WHR · 4 years, 7 months ago
  4. db6110d Fix exec request failures may not be caught by WHR · 5 years ago
  5. 0c5b40c Don't try to reconnect on exec request fails by WHR · 5 years ago
  6. dcbb8b1 Retry on SSH exec request fails by WHR · 5 years ago
  7. 6c23ecb image-bot: switch file name hash to SHA-1 by WHR · 6 years ago
  8. 20cc5d6 image-bot: add option '-x'; fix missing function fatal_option_require_argument by WHR · 6 years ago
  9. 62de01a Use correct length for unicode user name in send_message by WHR · 6 years ago
  10. 85cdd57 Fix 'TypeError: this.connect is not a function' by WHR · 6 years ago
  11. 8cb8f6a Fix 'Error: Not connected' by WHR · 6 years ago
  12. 376b7d1 Set keep alive interval to 240 sec instead of 240 msec; handle error from ssh2js client and forward it by WHR · 6 years ago
  13. aaca878 Correct the usage of ssh2js API; enable SSH keep alive in examples as a suggestion by WHR · 6 years ago
  14. d42a5b8 Add license header for examples by WHR · 6 years ago
  15. 5e20c7f Add timeout value for setTimeout... by WHR · 6 years ago
  16. 7fffe28 Fix bug in assembling packets; fix version number in package.json to make npm(1) happy by WHR · 6 years ago
  17. 0215fe6 Add image bot as an example by WHR · 6 years ago
  18. 2f039a6 Bug fixes by WHR · 6 years ago
  19. 7227422 Add test code by WHR · 6 years ago
  20. c6d7a46 Add methods request_user_info and request_motd, add event user-info; remove some debug messages by WHR · 6 years ago