diff options
author | 2017-06-24 06:57:04 +0000 | |
---|---|---|
committer | 2017-06-24 06:57:04 +0000 | |
commit | 2adb0acb5308a6121206c5326bc3ece6fe2cd4f8 (patch) | |
tree | 9bae54b85ef77e7acf8d1646ff4a1ce49ccac550 | |
parent | don't pass pointer to struct sshcipher between privsep processes, (diff) | |
download | wireguard-openbsd-2adb0acb5308a6121206c5326bc3ece6fe2cd4f8.tar.xz wireguard-openbsd-2adb0acb5308a6121206c5326bc3ece6fe2cd4f8.zip |
spelling;
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index d52abbb74ae..d376bcdb8aa 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.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 @@ -568,9 +568,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: |