table of contents
other versions
- Tumbleweed 1.109.0-1.1
- Leap-16.0
- Leap-15.6
| glab(1) | glab(1) |
NAME¶
glab-ssh-key - Manage SSH keys registered with your GitLab account.
SYNOPSIS¶
glab ssh-key [flags]
DESCRIPTION¶
Add, list, get, and delete the SSH keys associated with your account.
GitLab uses SSH keys to authenticate Git operations over SSH, and, depending on each key's usage type, to verify signed commits.
OPTIONS¶
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
OPTIONS INHERITED FROM PARENT COMMANDS¶
-h, --help[=false] Show help for this command.
SEE ALSO¶
glab(1), glab-ssh-key-add(1), glab-ssh-key-delete(1), glab-ssh-key-get(1), glab-ssh-key-list(1)
| Jul 2026 | Auto generated by spf13/cobra |