mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-22 05:38:58 +08:00
修改ssh部署密钥参数
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
|||||||
type SSHConfig struct {
|
type SSHConfig struct {
|
||||||
User string
|
User string
|
||||||
Password string // 可选
|
Password string // 可选
|
||||||
PrivateKey string // 可选
|
PrivateKey string `json:"key"` // 可选
|
||||||
Host string
|
Host string
|
||||||
Port any
|
Port any
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user