From 1026cc5dd99cbaa9dde3e3f8623a45113ff16e9d Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 25 Jan 2022 23:26:52 +1030 Subject: [PATCH] More docco fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e2b8b7..69c1c81 100644 --- a/README.md +++ b/README.md @@ -122,14 +122,15 @@ common way to leverage this is to send it when you ssh to a remote host via the #### Interactive If the authtoken has not been set by any of the above methods, it will be prompted -for interactively (it will not be echoed to the screen). +for interactively (it will not be echoed to the screen). Note that this only applies +to the client - the server must have a config file with an authtoken specified. # Other notes ## Temporary file storage The `netgiv` server will store files in your normal system temporary dir. They will -be deleted when the server shuts down (SIGTERM). +be deleted when the server shuts down (SIGTERM). These files are *not* encrypted. ## Window support