diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-09-27 06:45:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-09-27 06:45:54 +0000 |
commit | bcaca0c0891cf048837204ad1863724fe1687bfe (patch) | |
tree | 6f768adc23352b9234662e61eda0c4e7bfa48ef4 | |
parent | 13a521f96c1d2a1c42d0de4102b2e80b1bb056fe (diff) |
tweak EposeAuthinfo;
diff from lars nooden
tweaked by sthen; ok djm dtucker
-rw-r--r-- | usr.bin/ssh/sshd_config.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 8c93731f805..d0dbf4655a0 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -33,8 +33,8 @@ .\" (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.252 2017/09/01 15:41:26 jmc Exp $ -.Dd $Mdocdate: September 1 2017 $ +.\" $OpenBSD: sshd_config.5,v 1.253 2017/09/27 06:45:53 jmc Exp $ +.Dd $Mdocdate: September 27 2017 $ .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -576,11 +576,13 @@ TCP and StreamLocal. This option overrides all other forwarding-related options and may simplify restricted configurations. .It Cm ExposeAuthInfo -Enables writing a file containing a list of authentication methods and +Writes a temporary 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_USER_AUTH environment variable. +The default is +.Cm no . .It Cm FingerprintHash Specifies the hash algorithm used when logging key fingerprints. Valid options are: |