.nh .TH "singularity" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-key-search - Search for keys on a key server .SH SYNOPSIS .PP \fBsingularity key search [search options...] \fP .SH DESCRIPTION .PP The 'key search' command allows you to connect to a key server and look for public keys matching the argument passed to the command line. You can .br search by name, email, or fingerprint / key ID. (Maximum 100 search entities) .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for search .PP \fB-l\fP, \fB--long-list\fP[=false] output long list when searching for keys .PP \fB-u\fP, \fB--url\fP="" specify the key server URL .SH EXAMPLE .EX $ singularity key search sylabs.io # search by fingerprint: $ singularity key search 8883491F4268F173C6E5DC49EDECE4F3F38D871E # search by key ID: $ singularity key search F38D871E .EE .SH SEE ALSO .PP \fBsingularity-key(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra