make ssh key name default to key comment
This commit is contained in:
@ -24,17 +24,17 @@
|
||||
{% if has_ssh_public_keys %} <hr/> {% endif %}
|
||||
|
||||
<div class="third-margin">
|
||||
<h1>UPLOAD A NEW SSH KEY</h1>
|
||||
<h1>UPLOAD A NEW SSH PUBLIC KEY</h1>
|
||||
</div>
|
||||
<form method="post">
|
||||
<input type="hidden" name="method" value="POST"></input>
|
||||
<div class="row justify-start">
|
||||
<label class="align" for="name">Name</label>
|
||||
<input type="text" id="name" name="name"></input>
|
||||
<label class="align" for="content">File Contents</label>
|
||||
<textarea class="expand" id="content" name="content"></textarea>
|
||||
</div>
|
||||
<div class="row justify-start">
|
||||
<label class="align" for="content">Content</label>
|
||||
<textarea class="expand" id="content" name="content"></textarea>
|
||||
<label class="align" for="name">Key Name</label>
|
||||
<input type="text" id="name" name="name"></input> (defaults to key comment)
|
||||
</div>
|
||||
<div class="smalltext">
|
||||
<p>Paste the contents of your SSH public key file here.
|
||||
|
Reference in New Issue
Block a user