Expand description
SSH key detection for git operations.
Note: SSH keys authenticate git clone/fetch/pull operations, NOT GitHub API calls. This module detects if SSH keys are configured so we can provide better error messages and suggest SSH clone URLs.
Functionsยง
- get_
ssh_ key_ files - Get SSH key files that exist.
- has_
github_ ssh_ access - Check if SSH is likely configured for GitHub.
- has_
ssh_ agent - Check if SSH agent is running.
- has_
ssh_ keys - Detect if SSH keys exist in the standard locations.