SSH登录支持Passphrase

This commit is contained in:
刘祥超
2021-11-06 15:31:07 +08:00
parent 521bd746e3
commit 9f53f59f18
10 changed files with 59 additions and 13 deletions

View File

@@ -26,11 +26,11 @@
<p class="comment">SSH登录用户名。</p>
</td>
</tr>
<tr>
<td>SSH密码</td>
<td>{{grant.password}}
<p class="comment">SSH登录用户密码。</p> </td>
</tr>
<tr>
<td>SSH密码</td>
<td>{{grant.password}}
<p class="comment">SSH登录用户密码。</p> </td>
</tr>
</tbody>
<!-- 私钥 -->
@@ -48,6 +48,13 @@
<p class="comment">用来生成登录SSH公钥的私钥</p>
</td>
</tr>
<tr>
<td>私钥密码<br/><em>Passphrase</em></td>
<td>
<span v-if="grant.passphrase.length > 0">{{grant.passphrase}}</span>
<span v-else class="disabled">-</span>
</td>
</tr>
</tbody>
<tr>