Fixes in ssh paramiko
This commit is contained in:
parent
6cd4598708
commit
7c4895e32c
4 changed files with 69 additions and 40 deletions
|
|
@ -9,9 +9,10 @@
|
|||
% if not regenerate:
|
||||
<p>
|
||||
<select name="ssh_key_type" id="ssh_key_type">
|
||||
<option value="rsa">RSA (more compatible)</option>
|
||||
<option value="dsa">DSA</option>
|
||||
<option value="ecdsa">ECDSA</option>
|
||||
<option value="ed25519" selected>ED25519</option>
|
||||
<option value="ed25519" selected>ED25519 (more secure)</option>
|
||||
</select>
|
||||
</p>
|
||||
<p><input type="submit" value="${txt_generate_key_button}" /></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue