Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 275 Bytes

node_ssh_shell

run this node shell.js Here i used free ssh server for testing purpose. Change it with your desirable credentials.

    host: 'test.rebex.net',

    port: 22,

    username: 'demo',

    password: 'password',

    readyTimeout: 5000