diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2017-06-24 07:08:58 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2017-06-24 07:08:58 +0000 |
commit | 4c0e028822a0874e280e1be6911eb0da8434ae03 (patch) | |
tree | 85b524425c771013513eae608c48a1e04d98d831 | |
parent | 14d40e89f828da465553651a9c25f4a1e56c609d (diff) |
correct env var name
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index d376bcdb8aa..c305c09a440 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/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 @@ -569,7 +569,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. |