SSH认证--私钥认证方式增加用户名选项

This commit is contained in:
GoEdgeLab
2021-06-30 14:55:21 +08:00
parent d03bdfe203
commit ea358ad348
6 changed files with 33 additions and 2 deletions

View File

@@ -39,6 +39,13 @@
<!-- 私钥 -->
<tbody v-if="method == 'privateKey'">
<tr>
<td>SSH用户名 *</td>
<td>
<input type="text" name="username" maxlength="100"/>
<p class="comment">SSH登录用户名。</p>
</td>
</tr>
<tr>
<td>RSA私钥 *</td>
<td>