mirror of https://github.com/allinssl/allinssl
修改ssh部署密钥参数
parent
de05da9cf1
commit
f872a07b11
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue