Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-ssh-key-add - Add an SSH key to your GitLab account.

SYNOPSIS
     glab ssh-key add [key-file] [flags]

DESCRIPTION
     Creates a new SSH key owned by the currently authenticated user.

     Requires the '--title' flag.

OPTIONS
     -e,  --expires-at=""      The expiration date of the SSH key. Uses ISO 8601
     format: YYYY-MM-DDTHH:MM:SSZ.

     -t, --title=""	 New SSH key's title.

     -u, --usage-type="auth_and_signing"      Usage scope for the key.	Possible
     values:   'auth',	 'signing'   or   'auth_and_signing'.	Default   value:
     'auth_and_signing'.

OPTIONS INHERITED FROM PARENT COMMANDS
     -h, --help[=false]      Show help for this command.

     -R, --repo=""	Select another repository. You can use either OWNER/REPO
     or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

EXAMPLE
     # Read ssh key from stdin and upload.
     glab ssh-key add -t "my title"

     # Read ssh key from specified key file, upload and set the ssh key type to "authentication".
     glab ssh-key add ~/.ssh/id_ed25519.pub -t "my title" --usage-type "auth"

SEE ALSO
     glab-ssh-key(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-ssh-key-add&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help