diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-09-21 08:53:44 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-09-21 10:56:47 +0100 |
commit | ff4ae8633e0ca7c1e679870600830ee4d9f1cd71 (patch) | |
tree | cda2fe274f93feb5b10d42b97978351df9973939 /fish/guestfish.pod | |
parent | 832864922a044bbd9acf58bc0c5b9bea9d4b2fa5 (diff) | |
download | libguestfs-ff4ae8633e0ca7c1e679870600830ee4d9f1cd71.tar.gz libguestfs-ff4ae8633e0ca7c1e679870600830ee4d9f1cd71.tar.xz libguestfs-ff4ae8633e0ca7c1e679870600830ee4d9f1cd71.zip |
fish: Add --echo-keys option to allow passphrases/keys to be echoed.
See also:
http://catless.ncl.ac.uk/Risks/26.17.html#subj13.3
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r-- | fish/guestfish.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index ed2e7980..4e0ff131 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -162,6 +162,13 @@ able to hit the tab key to complete paths on the guest filesystem, but this causes extra "hidden" guestfs calls to be made, so this option is here to allow this feature to be disabled. +=item B<--echo-keys> + +When prompting for keys and passphrases, guestfish normally turns +echoing off so you cannot see what you are typing. If you are not +worried about Tempest attacks and there is no one else in the room +you can specify this flag to see what you are typing. + =item B<-f file> | B<--file file> Read commands from C<file>. To write pure guestfish |