1singularity(1) singularity(1)
2
3
4
6 singularity-key-search - Search for keys on a key server
7
8
9
11 singularity key search [search options...] <search_string>
12
13
14
16 The 'key search' command allows you to connect to a key server and look
17 for
18 public keys matching the argument passed to the command line. You can
19 search by name, email, or fingerprint / key ID. (Maximum 100 search
20 entities)
21
22
23
25 -h, --help[=false]
26 help for search
27
28
29 -l, --long-list[=false]
30 output long list when searching for keys
31
32
33 -u, --url=" ⟨https://keys.sylabs.io"⟩
34 specify the key server URL
35
36
37
39 $ singularity key search sylabs.io
40
41 # search by fingerprint:
42 $ singularity key search 8883491F4268F173C6E5DC49EDECE4F3F38D871E
43
44 # search by key ID:
45 $ singularity key search F38D871E
46
47
48
49
51 singularity-key(1)
52
53
54
56 18-Feb-2020 Auto generated by spf13/cobra
57
58
59
60Auto generated by spf13/cobra Feb 2020 singularity(1)