mirror of https://github.com/allinssl/allinssl
修改ssh部署密钥参数
parent
de05da9cf1
commit
f872a07b11
|
@ -15,7 +15,7 @@ import (
|
|||
type SSHConfig struct {
|
||||
User string
|
||||
Password string // 可选
|
||||
PrivateKey string // 可选
|
||||
PrivateKey string `json:"key"` // 可选
|
||||
Host string
|
||||
Port any
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue