ssh_git_check
Test Git-over-SSH authentication to verify your SSH key is registered and working with GitHub, GitLab, Bitbucket, or other providers. Use when git operations fail with SSH errors.
Instructions
Test Git-over-SSH authentication to a hosting provider (GitHub, GitLab, Bitbucket, etc). Verifies your SSH key is registered and working. Use this when git clone/pull/push fails with SSH errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Git hosting hostname (default: "github.com") | |
| user | No | SSH user for the git host (default: "git") |