mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-28 16:10:25 +08:00
SSH登录支持Passphrase
This commit is contained in:
@@ -11,6 +11,7 @@ message NodeGrant {
|
||||
string password = 5;
|
||||
bool su = 6;
|
||||
string privateKey = 7;
|
||||
string passphrase = 10;
|
||||
string description = 8;
|
||||
int64 nodeId = 9;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user