diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2017-06-24 08:57:04 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-06-24 09:28:48 +0200 |
commit | 40962198e3b132cecdb32e9350acd4294e6a1082 (patch) | |
tree | 7b70fedbc80d4bd2ec9ec62f6cbac4479cff99b6 /sshd_config.5 | |
parent | upstream commit (diff) | |
download | openssh-40962198e3b132cecdb32e9350acd4294e6a1082.tar.xz openssh-40962198e3b132cecdb32e9350acd4294e6a1082.zip |
upstream commit
spelling;
Upstream-ID: 606f933c8e2d0be902ea663946bc15e3eee40b25
Diffstat (limited to 'sshd_config.5')
-rw-r--r-- | sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sshd_config.5 b/sshd_config.5 index cfe1db82a..df147bf31 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.246 2017/06/24 06:34:38 djm Exp $ +.\" $OpenBSD: sshd_config.5,v 1.247 2017/06/24 06:57:04 jmc Exp $ .Dd $Mdocdate: June 24 2017 $ .Dt SSHD_CONFIG 5 .Os @@ -567,9 +567,9 @@ simplify restricted configurations. .It Cm ExposeAuthInfo 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 though the +The location of the file is exposed to the user session through the .Ev SSH_AUTH_INFO -enviornment variable. +environment variable. .It Cm FingerprintHash Specifies the hash algorithm used when logging key fingerprints. Valid options are: |