{{-- 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'])]) }}
{{ __('Download OpenSSH Key') }}
@if($this->generatedKey['ppk_key'])
{{ __('Download PPK (FileZilla/WinSCP)') }}
@endif
{{ __('Dismiss') }}
{{ __('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') }}
{{ $this->sshHost }}
{{ $this->sshPort }}
{{ $this->sshUsername }}
{{-- Shell Access Toggle --}}
@if($this->shellAccessAllowed)
{{ __('Terminal Access') }}
{{ $this->shellEnabled ? __('Enabled') : __('SFTP Only') }}
{{ $this->shellEnabled ? __('Disable Shell') : __('Enable Shell') }}
@endif
{{-- SSH Keys Table --}}
{{ __('SSH Keys') }}
{{ __('Public keys authorized for SSH access to your account') }}
{{ count($this->sshKeys) }}
{{ $this->table }}
{{-- Download Configs --}}
{{ __('Quick Connect') }}
{{ __('Download a pre-configured file for your SFTP client and import it to connect instantly.') }}
{{ __('FileZilla (.xml)') }}
{{ __('WinSCP (.ini)') }}