From 3ab4365fcaf4e5bc07cf64bc971c31f768aac032 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 11 Sep 2023 13:42:32 +0200 Subject: [PATCH] ui: user should know that the public key --- resources/views/livewire/boarding/index.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/livewire/boarding/index.blade.php b/resources/views/livewire/boarding/index.blade.php index 69505d820..bee5f04b7 100644 --- a/resources/views/livewire/boarding/index.blade.php +++ b/resources/views/livewire/boarding/index.blade.php @@ -115,9 +115,9 @@ @if ($privateKeyType === 'create') - Copy this to your server's ~/.ssh/authorized_keys - file. - + + ACTION REQUIRED: Copy the 'Public Key' to your server's ~/.ssh/authorized_keys + file. @endif Save