.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-ssh-key-get - Returns a single SSH key specified by the ID. .SH SYNOPSIS .PP \fBglab ssh-key get [flags]\fP .SH DESCRIPTION .PP Returns a single SSH key specified by the ID. .SH OPTIONS .PP \fB-p\fP, \fB--page\fP=1 Page number .PP \fB-P\fP, \fB--per-page\fP=20 Number of items to list per page .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf # Get ssh key with ID as argument $ glab ssh-key get 7750633 # Interactive $ glab ssh-key get # Interactive, with pagination $ glab ssh-key get -P 50 -p 2 .fi .RE .SH SEE ALSO .PP \fBglab-ssh-key(1)\fP