1 Star 0 Fork 1

爱狸狸爱生活 / goboot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ssh_client_config.go 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
package ssh
//
// ClientConfig
// @Description: config params of ssh client
//
type ClientConfig struct {
KeyExchanges []string
Ciphers []string
MACs []string
Timeout int64
}
Go
1
https://gitee.com/ixxyy/goboot.git
git@gitee.com:ixxyy/goboot.git
ixxyy
goboot
goboot
v0.1.27

搜索帮助