ssh_git_check
Test Git-over-SSH authentication to hosting providers like GitHub. Verifies your SSH key is registered and working, helping resolve SSH errors during git operations.
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") |