修复了ssh私钥登录失败的问题
This commit is contained in:
@ -58,7 +58,6 @@ func AssetUpdateEndpoint(c echo.Context) error {
|
||||
item.PrivateKey = "-"
|
||||
item.Passphrase = "-"
|
||||
case "private-key":
|
||||
item.Username = "-"
|
||||
item.Password = "-"
|
||||
item.CredentialId = "-"
|
||||
case "custom":
|
||||
|
Reference in New Issue
Block a user