SSH登录支持Passphrase

This commit is contained in:
刘祥超
2021-11-06 15:31:11 +08:00
parent 9c4c6cc660
commit 2fff7568b9
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;
}