Expand description
SSH setup workflow helpers for AUR voting.
Structs§
- AurSsh
Setup Report - What: Final setup report for modal rendering.
Enums§
- AurSsh
Setup Result - 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
opensshis 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.