xidianwlc / autossh-1

jumpserver for ssh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autossh

Build

go get -u github.com/luopengift/autossh
go get -u github.com/luopengift/readline
# 需要替换readline库
rm -rf $GOPATH/src/github.com/chzyer/readline
ln -s $GOPATH/src/github.com/luopengift/readline $GOPATH/src/github.com/chzyer/readline
make

About

jumpserver for ssh

License:Apache License 2.0


Languages

Language:Go 96.1%Language:Makefile 3.9%