Skip to main content

Module ssh_setup

Module ssh_setup 

Source
Expand description

SSH setup workflow helpers for AUR voting.

Structs§

AurSshSetupReport
What: Final setup report for modal rendering.

Enums§

AurSshSetupResult
What: Workflow result for attempting SSH setup actions.

Constants§

AUR_ACCOUNT_URL
Login URL shown in the setup flow.

Functions§

is_aur_ssh_setup_configured
What: Detect whether AUR SSH setup appears configured locally.
is_openssh_installed
What: Check whether openssh is installed on the system.
run_aur_ssh_setup
What: Run the guided AUR SSH setup flow.
spawn_aur_ssh_help_check
What: Spawn a background SSH validation check for AUR endpoint readiness.
ssh_public_key_line_from_status_lines
What: Extract the first OpenSSH public key line from setup status lines.
try_copy_aur_ssh_public_key_from_status_lines
What: Copy the first OpenSSH public key line from setup status lines to the clipboard.
validate_aur_ssh_setup_connection
What: Validate AUR SSH connectivity after the user applies the public key.