{{-- Info Banner --}}
{{ __('SSH & SFTP Access') }}
{{ __('Connect to your server securely using SSH for terminal access or SFTP for file transfers. Generate a new key pair or add your existing public SSH keys below.') }}
{{-- Generated Key Banner --}}
@if($this->generatedKey)
{{ __('SSH Key Generated:') }} {{ $this->generatedKey['name'] }}
{{ __('Your new :type key has been generated and the public key has been added to your account. Download your private key now - it won\'t be available later!', ['type' => strtoupper($this->generatedKey['type'])]) }}
{{ __('Important') }}
{{ __('Save your private key securely! It will not be shown again. Anyone with this key can access your server.') }}
@endif
{{-- Connection Details --}}
{{ __('Connection Details') }}