@php $key = str(file_get_contents(storage_path(config('core.ssh_public_key_name'))))->replace("\n", ""); @endphp
Your server needs to have a new unused installation of supported operation systems and must have a root user. To get started, add our public key to /root/.ssh/authorized_keys file by running the bellow command on your server as root.
{{ __("Run this command on your server as root user") }}
{{ __("Copied") }}
{{ __("Copy") }}
mkdir -p /root/.ssh && touch /root/.ssh/authorized_keys && echo '{{ $key }}' >> /root/.ssh/authorized_keys