Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 865 Bytes

README_cn.md

File metadata and controls

65 lines (45 loc) · 865 Bytes

relay

简单ssh登录管理器(实际上可作为命令映射器),安装配置好后直接运行relay即可

安装

go get -u github.com/qjpcpu/relay

配置

配置文件~/.relay.conf是yaml格式:

- 
 name: 测试服务器
 cmd: ssh root@test.example.com
- 
 name: 线上服务器1
 cmd: ssh work@online1.example.com
-
 name: 线上服务器2
 cmd: ssh work@online2.example.com

运行

relay

snapshot

快捷方式

直接执行上次执行的命令

relay !

命令历史查看执行

relay @

快捷执行命令别名

快速执行~/.relay.conf配置中的别名为fast的命令

-
 name: 线上服务器2
 cmd: ssh work@online2.example.com
 alias: fast
relay fast