1man(1) Profanity XMPP client man(1)
2
3
4
6 /pgp
7
8
10 Open PGP commands to manage keys, and perform PGP encryption during
11 chat sessions. See the /account command to set your own PGP key.
12
13
15 /pgp libver
16
17
18 /pgp keys
19
20
21 /pgp contacts
22
23
24 /pgp setkey <contact> <keyid>
25
26
27 /pgp start [<contact>]
28
29
30 /pgp end
31
32
33 /pgp log on|off|redact
34
35
36 /pgp char <char>
37
38
39 /pgp sendfile on|off
40
41
42 /pgp sendpub [<contact>]
43
44
46 libver
47 Show which version of the libgpgme library is being used.
48
49 keys
50 List all keys known to the system.
51
52 contacts
53 Show contacts with assigned public keys.
54
55 setkey <contact> <keyid>
56 Manually associate a contact with a public key.
57
58 start [<contact>]
59 Start PGP encrypted chat, current contact will be used if not spec‐
60 ified.
61
62 end
63 End PGP encrypted chat with the current recipient.
64
65 log on|off
66 Enable or disable plaintext logging of PGP encrypted messages.
67
68 log redact
69 Log PGP encrypted messages, but replace the contents with
70 [redacted]. This is the default.
71
72 char <char>
73 Set the character to be displayed next to PGP encrypted messages.
74
75 sendfile on|off
76 Allow /sendfile to send unencrypted files while otherwise using
77 PGP.
78
79 autoimport on|off
80 Autoimport PGP keys from messages.
81
82 sendpub [<contact>]
83 Sends a message to the current recipient with your PGP public key,
84 current contact will be used if not specified.
85
86
88 /pgp log off
89
90
91 /pgp setkey odin@valhalla.edda BA19CACE5A9592C5
92
93
94 /pgp start odin@valhalla.edda
95
96
97 /pgp end
98
99
100 /pgp char P
101
102
1030.13.1 2023-08-03 man(1)