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

@@ -11,6 +11,7 @@ message NodeGrant {
string password = 5;
bool su = 6;
string privateKey = 7;
string passphrase = 10;
string description = 8;
int64 nodeId = 9;
}