ui: user should know that the public key

This commit is contained in:
Andras Bacsai
2023-09-11 13:42:32 +02:00
parent da6cc151d1
commit 3ab4365fca

View File

@@ -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>