diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-08-21 17:23:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-08-21 17:23:21 -0300 |
commit | eca2f2e35e73aa22e8d6f861cc6a296f438a7aeb (patch) | |
tree | b726b245912aeb275d2461cc385c04046ac04de1 /share/man/keyringer.1 | |
parent | 7fbd1b4562c71a40d8c0ffa639b14d9c5e3a13c1 (diff) | |
parent | 85d9524fb48c9a4c27a250a35884502cc25ced5b (diff) | |
download | keyringer-eca2f2e35e73aa22e8d6f861cc6a296f438a7aeb.tar.gz keyringer-eca2f2e35e73aa22e8d6f861cc6a296f438a7aeb.tar.bz2 |
Merge tag 'upstream_keyringer_0.3.7' into debian
Upstream version 0.3.7
Diffstat (limited to 'share/man/keyringer.1')
-rw-r--r-- | share/man/keyringer.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 95c236d..82cb520 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -164,6 +164,11 @@ Alias for \f[I]del\f[] action. .RS .RE .TP +.B cp <\f[I]secret\f[]> <\f[I]dest\f[]> +Copy a secret. +.RS +.RE +.TP .B mv <\f[I]secret\f[]> <\f[I]dest\f[]> Rename a secret. .RS @@ -370,6 +375,13 @@ using the \f[I]git\f[] action. Keyringer does not protect data which were not encrypted to a keyring, so be careful when decrypting secrets and writing them to the disk or other storage media. +.PP +Pay special attention that keyringer outputs data to stdout, which could +be easilly spotted by any agent looking directly at you computer screen. +.PP +The xclip action even copies secret data to the X11 clipboard, which can +be accessed by any application running in the user\[aq]s X11 session, so +use this feature carefully. .SH SEE ALSO .PP The \f[I]README\f[] file distributed with Keyringer contains full |