summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshd_config.5
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-06-12 05:53:21 +0000
committerjmc <jmc@openbsd.org>2019-06-12 05:53:21 +0000
commit1bdcbf18fc5795d21d0fe53c4eb792c87102f581 (patch)
tree80b789dfea635190b08e69f3275d9c82b8466df4 /usr.bin/ssh/sshd_config.5
parentFix init of syslog for childs and teach dns process about synced state. (diff)
downloadwireguard-openbsd-1bdcbf18fc5795d21d0fe53c4eb792c87102f581.tar.xz
wireguard-openbsd-1bdcbf18fc5795d21d0fe53c4eb792c87102f581.zip
deraadt noticed some inconsistency in the way we denote the "Hostname" and
"X11UseLocalhost" keywords; this makes things consistent (effectively reversing my commit of yesterday); ok deraadt markus djm
Diffstat (limited to 'usr.bin/ssh/sshd_config.5')
-rw-r--r--usr.bin/ssh/sshd_config.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5
index 01748b16750..27a1afa45ba 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.285 2019/05/14 12:47:17 schwarze Exp $
-.Dd $Mdocdate: May 14 2019 $
+.\" $OpenBSD: sshd_config.5,v 1.286 2019/06/12 05:53:21 jmc Exp $
+.Dd $Mdocdate: June 12 2019 $
.Dt SSHD_CONFIG 5
.Os
.Sh NAME
@@ -1157,7 +1157,7 @@ Available keywords are
.Cm X11DisplayOffset ,
.Cm X11Forwarding
and
-.Cm X11UseLocalHost .
+.Cm X11UseLocalhost .
.It Cm MaxAuthTries
Specifies the maximum number of authentication attempts permitted per
connection.