ui: user should know that the public key
This commit is contained in:
parent
da6cc151d1
commit
3ab4365fca
1 changed files with 3 additions and 3 deletions
|
|
@ -115,9 +115,9 @@
|
||||||
<x-forms.textarea required placeholder="-----BEGIN OPENSSH PRIVATE KEY-----" label="Private Key"
|
<x-forms.textarea required placeholder="-----BEGIN OPENSSH PRIVATE KEY-----" label="Private Key"
|
||||||
id="privateKey" />
|
id="privateKey" />
|
||||||
@if ($privateKeyType === 'create')
|
@if ($privateKeyType === 'create')
|
||||||
<span class="font-bold text-warning">Copy this to your server's ~/.ssh/authorized_keys
|
<x-forms.textarea rows="7" readonly label="Public Key" id="publicKey" />
|
||||||
file.</span>
|
<span class="font-bold text-warning">ACTION REQUIRED: Copy the 'Public Key' to your server's ~/.ssh/authorized_keys
|
||||||
<x-forms.textarea rows="7" readonly label="Public Key" id="publicKey" />
|
file.</span>
|
||||||
@endif
|
@endif
|
||||||
<x-forms.button type="submit">Save</x-forms.button>
|
<x-forms.button type="submit">Save</x-forms.button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue