文件名称:stream-ssh:通过 ssh 使用流
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-11 05:22:25
JavaScript
ssh 流 例子 fs . createReadStream ( './test.sh' ) . pipe ( es . split ( ) ) . pipe ( sshStream ( { host : 'server.com' , username : 'task' , privateKey : fs . readFileSync ( path . resolve ( process . env . HOME , '.ssh/id_rsa' ) ) } ) ) . pipe ( consoleStream ( ) ) ;
【文件预览】:
stream-ssh-master
----.gitignore(535B)
----package.json(604B)
----index.js(2KB)
----README.md(283B)