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