summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2019-06-12 05:53:21 +0000
committerDamien Miller <djm@mindrot.org>2019-06-14 13:01:28 +1000
commit76af9c57387243556d38935555c227d0b34062c5 (patch)
tree640291d2b987a27d8ff5dc0293a2c7dd5a6d94b8
parentd1bbfdd932db9b9b799db865ee1ff50060dfc895 (diff)
upstream: 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 OpenBSD-Commit-ID: 255c02adb29186ac91dcf47dfad7adb1b1e54667
-rw-r--r--ssh_config.514
-rw-r--r--sshd_config.56
2 files changed, 10 insertions, 10 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 9601ce46c..4e72d2ea9 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.294 2019/06/11 13:39:40 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.295 2019/06/12 05:53:21 jmc Exp $
37.Dd $Mdocdate: June 11 2019 $ 37.Dd $Mdocdate: June 12 2019 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -203,7 +203,7 @@ The criteria for the
203.Cm host 203.Cm host
204keyword are matched against the target hostname, after any substitution 204keyword are matched against the target hostname, after any substitution
205by the 205by the
206.Cm HostName 206.Cm Hostname
207or 207or
208.Cm CanonicalizeHostname 208.Cm CanonicalizeHostname
209options. 209options.
@@ -845,16 +845,16 @@ real host name when looking up or saving the host key
845in the host key database files and when validating host certificates. 845in the host key database files and when validating host certificates.
846This option is useful for tunneling SSH connections 846This option is useful for tunneling SSH connections
847or for multiple servers running on a single host. 847or for multiple servers running on a single host.
848.It Cm HostName 848.It Cm Hostname
849Specifies the real host name to log into. 849Specifies the real host name to log into.
850This can be used to specify nicknames or abbreviations for hosts. 850This can be used to specify nicknames or abbreviations for hosts.
851Arguments to 851Arguments to
852.Cm HostName 852.Cm Hostname
853accept the tokens described in the 853accept the tokens described in the
854.Sx TOKENS 854.Sx TOKENS
855section. 855section.
856Numeric IP addresses are also permitted (both on the command line and in 856Numeric IP addresses are also permitted (both on the command line and in
857.Cm HostName 857.Cm Hostname
858specifications). 858specifications).
859The default is the name given on the command line. 859The default is the name given on the command line.
860.It Cm IdentitiesOnly 860.It Cm IdentitiesOnly
@@ -1785,7 +1785,7 @@ accepts the tokens %%, %d, %h, %i, %l, %r, and %u.
1785.Cm ControlPath 1785.Cm ControlPath
1786accepts the tokens %%, %C, %h, %i, %L, %l, %n, %p, %r, and %u. 1786accepts the tokens %%, %C, %h, %i, %L, %l, %n, %p, %r, and %u.
1787.Pp 1787.Pp
1788.Cm HostName 1788.Cm Hostname
1789accepts the tokens %% and %h. 1789accepts the tokens %% and %h.
1790.Pp 1790.Pp
1791.Cm IdentityAgent 1791.Cm IdentityAgent
diff --git a/sshd_config.5 b/sshd_config.5
index 9f59584f2..fd83bcef1 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: sshd_config.5,v 1.285 2019/05/14 12:47:17 schwarze Exp $ 36.\" $OpenBSD: sshd_config.5,v 1.286 2019/06/12 05:53:21 jmc Exp $
37.Dd $Mdocdate: May 14 2019 $ 37.Dd $Mdocdate: June 12 2019 $
38.Dt SSHD_CONFIG 5 38.Dt SSHD_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1155,7 +1155,7 @@ Available keywords are
1155.Cm X11DisplayOffset , 1155.Cm X11DisplayOffset ,
1156.Cm X11Forwarding 1156.Cm X11Forwarding
1157and 1157and
1158.Cm X11UseLocalHost . 1158.Cm X11UseLocalhost .
1159.It Cm MaxAuthTries 1159.It Cm MaxAuthTries
1160Specifies the maximum number of authentication attempts permitted per 1160Specifies the maximum number of authentication attempts permitted per
1161connection. 1161connection.