ui: user should know that the public key
This commit is contained in:
		@@ -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>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user