[openssh-commits] [openssh] 11/12: upstream commit
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jun 24 17:50:08 AEST 2017
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f17ee61cad25d210edab69d04ed447ad55fe80c1
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Jun 24 07:08:57 2017 +0000
upstream commit
correct env var name
Upstream-ID: 721e761c2b1d6a4dcf700179f16fd53a1dadb313
---
sshd_config.5 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sshd_config.5 b/sshd_config.5
index df147bf3..d1262983 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: sshd_config.5,v 1.247 2017/06/24 06:57:04 jmc Exp $
+.\" $OpenBSD: sshd_config.5,v 1.248 2017/06/24 07:08:57 djm Exp $
.Dd $Mdocdate: June 24 2017 $
.Dt SSHD_CONFIG 5
.Os
@@ -568,7 +568,7 @@ simplify restricted configurations.
Enables writing a file containing a list of authentication methods and
public credentials (e.g. keys) used to authenticate the user.
The location of the file is exposed to the user session through the
-.Ev SSH_AUTH_INFO
+.Ev SSH_USER_AUTH
environment variable.
.It Cm FingerprintHash
Specifies the hash algorithm used when logging key fingerprints.
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list