文件名称:easyssh-proxy:easyssh-proxy在Go中提供了一些SSH协议功能的简单实现
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-26 20:30:12
ssh golang proxy ssh-proxycommand Go
易用的代理 easyssh-proxy在Go中提供了一些SSH协议功能的简单实现。 特征 该项目是从派生的,但添加了以下功能。 支持用户私钥纯文本。 用户私钥的支持密钥路径。 支持建立TCP连接的超时。 支持SSH ProxyCommand。 +--------+ +----------+ +-----------+ | Laptop | < -- > | Jumphost | < -- > | FooServer | +--------+ +----------+ +-----------+ OR +--------+ +----------+ +-----------+ | Laptop | < -- > |
【文件预览】:
easyssh-proxy-master
----go.mod(218B)
----go.sum(3KB)
----easyssh.go(12KB)
----pipeline.libsonnet(2KB)
----example()
--------ssh()
--------proxy()
--------stream()
--------scp()
----LICENSE(1KB)
----README.md(6KB)
----Makefile(2KB)
----.drone.yml(1KB)
----tests()
--------global()
--------a.txt(9B)
--------.ssh()
--------b.txt(0B)
--------entrypoint.sh(285B)
----.drone.jsonnet(68B)
----.gitignore(280B)
----easyssh_test.go(10KB)
----.revive.toml(615B)