upstream commit

correct env var name

Upstream-ID: 721e761c2b1d6a4dcf700179f16fd53a1dadb313
This commit is contained in:
djm@openbsd.org 2017-06-24 07:08:57 +00:00 committed by Damien Miller
parent 40962198e3
commit f17ee61cad
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" 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 $ .Dd $Mdocdate: June 24 2017 $
.Dt SSHD_CONFIG 5 .Dt SSHD_CONFIG 5
.Os .Os
@ -568,7 +568,7 @@ simplify restricted configurations.
Enables writing a file containing a list of authentication methods and Enables writing a file containing a list of authentication methods and
public credentials (e.g. keys) used to authenticate the user. public credentials (e.g. keys) used to authenticate the user.
The location of the file is exposed to the user session through the The location of the file is exposed to the user session through the
.Ev SSH_AUTH_INFO .Ev SSH_USER_AUTH
environment variable. environment variable.
.It Cm FingerprintHash .It Cm FingerprintHash
Specifies the hash algorithm used when logging key fingerprints. Specifies the hash algorithm used when logging key fingerprints.