From c27d64f703bb5f25e2008ed053200b99eeccd807 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 28 Jul 2016 17:18:17 +0200 Subject: tools: do not show private keys in pretty output --- src/tools/wg.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tools/wg.8') diff --git a/src/tools/wg.8 b/src/tools/wg.8 index b8e6596..0795fdf 100644 --- a/src/tools/wg.8 +++ b/src/tools/wg.8 @@ -194,6 +194,9 @@ Note that not all keys are required. .TP .I WG_COLOR_MODE If set to \fIalways\fP, always print ANSI colorized output. If set to \fInever\fP, never print ANSI colorized output. If set to \fIauto\fP, something invalid, or unset, then print ANSI colorized output only when writing to a TTY. +.TP +.I WG_HIDE_KEYS +If set to \fInever\fP, then the pretty-printing \fBshow\fP sub-command will show private and pre-shared keys in the output. If set to \fIalways\fP, something invalid, or unset, then private and pre-shared keys will be printed as "(hidden)". .SH SEE ALSO .BR ip (8), -- cgit v1.2.3-59-g8ed1b