[Libguestfs] [PATCH nbdkit 3/3] todo: Suggest password=-tty as future enhancement.

Richard W.M. Jones rjones at redhat.com
Mon Jun 1 10:31:22 UTC 2020


password=+/dev/tty works already, but it does not print a “password: ”
prompt or suppress echo.
---
 TODO | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/TODO b/TODO
index 02627069..c1a6ec0a 100644
--- a/TODO
+++ b/TODO
@@ -103,6 +103,9 @@ General ideas for improvements
     realloc is suspect)
   - add more iterators, map function, etc, as required.
 
+* Add password=-tty to mean read a password interactively from /dev/tty.
+  This is slightly different from password=+/dev/tty
+
 Suggestions for plugins
 -----------------------
 
-- 
2.25.0




More information about the Libguestfs mailing list