aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/auth.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 1fd232a697e..11c3ec9393d 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -215,7 +215,8 @@ Here's a mixed example using two sources:
215 215
216If you don't customize @code{auth-sources}, you'll have to live with 216If you don't customize @code{auth-sources}, you'll have to live with
217the defaults: the unencrypted netrc file @file{~/.authinfo} will be 217the defaults: the unencrypted netrc file @file{~/.authinfo} will be
218used for any host and any port. 218used for any host and any port (if it exists). This is not recommended,
219as it exposes all your secrets in clear text.
219 220
220If that fails, any host and any port are looked up in the netrc file 221If that fails, any host and any port are looked up in the netrc file
221@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG 222@file{~/.authinfo.gpg}, which is a GnuPG encrypted file (@pxref{GnuPG