summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-06-24 07:08:57 +0000
committerDamien Miller <djm@mindrot.org>2017-06-24 17:28:48 +1000
commitf17ee61cad25d210edab69d04ed447ad55fe80c1 (patch)
tree84cc2fb254d18c5e7d49f0585395620ec4d1979e /sshd_config.5
parent40962198e3b132cecdb32e9350acd4294e6a1082 (diff)
upstream commit
correct env var name Upstream-ID: 721e761c2b1d6a4dcf700179f16fd53a1dadb313
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.54
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index df147bf31..d12629831 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,7 +33,7 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.247 2017/06/24 06:57:04 jmc Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.248 2017/06/24 07:08:57 djm Exp $
37.Dd $Mdocdate: June 24 2017 $ 37.Dd $Mdocdate: June 24 2017 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
@@ -568,7 +568,7 @@ simplify restricted configurations.
568Enables writing a file containing a list of authentication methods and 568Enables writing a file containing a list of authentication methods and
569public credentials (e.g. keys) used to authenticate the user. 569public credentials (e.g. keys) used to authenticate the user.
570The location of the file is exposed to the user session through the 570The location of the file is exposed to the user session through the
571.Ev SSH_AUTH_INFO 571.Ev SSH_USER_AUTH
572environment variable. 572environment variable.
573.It Cm FingerprintHash 573.It Cm FingerprintHash
574Specifies the hash algorithm used when logging key fingerprints. 574Specifies the hash algorithm used when logging key fingerprints.