没有合适的资源?快使用搜索试试~ 我知道了~
http-ssh-agent:通过 ssh 向 http 服务器发送请求
共8个文件
js:3个
gitignore:1个
md:1个
需积分: 25 0 下载量 108 浏览量
2021-06-24
01:17:44
上传
评论
收藏 6KB ZIP 举报
温馨提示
http-ssh-agent Node.js ,允许您通过 ssh 发送 http 请求。 npm install http-ssh-agent 用法 在您具有 ssh 访问权限的服务器上启动 http 服务器。 由于我们将使用 ssh 访问服务器,因此服务器可以绑定到未在外部打开的端口。 在您的本地机器上,您只需使用一些 ssh 选项创建代理并将其传递给 http 模块。 使用节点核心 var http = require ( 'http' ) var agent = require ( 'http-ssh-agent' ) // per default the agent will authenticate using ~/.ssh/id_rsa as your private key var ssh = agent ( 'username@example.com' ) htt
资源推荐
资源详情
资源评论
收起资源包目录
http-ssh-agent-master.zip (8个子文件)
http-ssh-agent-master
.gitignore 24B
README.md 2KB
tcpish.js 3KB
LICENSE 1KB
package.json 660B
index.js 4KB
test.js 3KB
.travis.yml 226B
共 8 条
- 1
资源评论
不喝酒的阿蓝
- 粉丝: 32
- 资源: 4639
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功