Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 712 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 712 Bytes

upward

  • 一个跳板机的ssh服务

功能说明

  • 远程连接跳板机

    如图

image

下载

  • linux amd64版 编译好的二进制包地址:upward/bin/linux/amd64/upssh
  • mac版 编译好的二进制包地址:upward/bin/mac/upssh

安装

  • 下载编译好的二进制包upssh,放在指目录下,如~/upssh/usr/local/upssh

使用说明

  • 配置文件在 config/config.yaml,对应 github.com/eclogue/eclogue 这个项目的服务
  • 在堡垒机某用户目录下的.bash_profile文件后面,添加如下:/path/upssh.sh,即可

编译

  • go build upssh.go

依赖包

  • golang.org/x/crypto/ssh