SSH登录支持Passphrase

This commit is contained in:
GoEdgeLab
2021-11-06 15:31:11 +08:00
parent c0402c8693
commit fd18f9be3b
4 changed files with 39 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ message CreateNodeGrantRequest {
string username = 3;
string password = 4;
string privateKey = 5;
string passphrase = 8;
string description = 6;
int64 nodeId = 7;
}
@@ -57,6 +58,7 @@ message UpdateNodeGrantRequest {
string username = 3;
string password = 4;
string privateKey = 5;
string passphrase = 9;
string description = 6;
int64 nodeId = 7;
}