]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
client: Add details to --key-file option.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Mar 2015 21:39:13 +0000 (21:39 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 Jul 2015 08:02:25 +0000 (10:02 +0200)
The new text lists the locations where para_clients looks for
private keys.

m4/gengetopt/client.m4

index f021ca5fe003033a85cee26b7eccb86b90a2c088..a5a27a05013be9224403388902df078da5e182f2 100644 (file)
@@ -30,9 +30,14 @@ optional
 
 option "key-file" k
 #~~~~~~~~~~~~~~~~~~
-"(default='~/.paraslash/key.<user>')"
+"path to private key"
 string typestr = "filename"
 optional
+details = "
+       If not given, the following files are tried, in order:
+       $HOME/.paraslash/key.$LOGNAME, $HOME/.ssh/id_rsa. It is a fatal
+       error if the key file can not be opened, or is world-readable.
+"
 </qu>
 
 include(loglevel.m4)