diff options
| -rw-r--r-- | doc/misc/auth.texi | 3 |
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 | ||
| 216 | If you don't customize @code{auth-sources}, you'll have to live with | 216 | If you don't customize @code{auth-sources}, you'll have to live with |
| 217 | the defaults: the unencrypted netrc file @file{~/.authinfo} will be | 217 | the defaults: the unencrypted netrc file @file{~/.authinfo} will be |
| 218 | used for any host and any port. | 218 | used for any host and any port (if it exists). This is not recommended, |
| 219 | as it exposes all your secrets in clear text. | ||
| 219 | 220 | ||
| 220 | If that fails, any host and any port are looked up in the netrc file | 221 | If 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 |