diff options
author | djm <djm> | 2006-03-15 00:54:36 +0000 |
---|---|---|
committer | djm <djm> | 2006-03-15 00:54:36 +0000 |
commit | a58f56f96a1e8e4c5efa219c1def4b1995fc6bf8 (patch) | |
tree | ae997eced9816226fe637bc88e1e65d6edea30b7 /ssh_config.5 | |
parent | 318dc7be12b4ab99beab272a2969f98e421fac91 (diff) | |
download | openssh-a58f56f96a1e8e4c5efa219c1def4b1995fc6bf8.tar.gz |
- jmc@cvs.openbsd.org 2006/02/24 10:37:07
[ssh_config.5]
tidy up the refs to PATTERNS;
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 5f1ced5b..a334e57d 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -34,7 +34,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: ssh_config.5,v 1.80 2006/02/24 10:25:14 jmc Exp $ +.\" $OpenBSD: ssh_config.5,v 1.81 2006/02/24 10:37:07 jmc Exp $ .Dd September 25, 1999 .Dt SSH_CONFIG 5 .Os @@ -141,13 +141,14 @@ A single .Ql \&* as a pattern can be used to provide global defaults for all hosts. -See -.Sx PATTERNS -for more information on patterns. The host is the .Ar hostname argument given on the command line (i.e., the name is not converted to a canonicalized host name before matching). +.Pp +See +.Sx PATTERNS +for more information on patterns. .It Cm AddressFamily Specifies which address family to use when connecting. Valid arguments are @@ -838,14 +839,15 @@ in .Xr sshd_config 5 for how to configure the server. Variables are specified by name, which may contain wildcard characters. -See -.Sx PATTERNS -for more information on patterns. Multiple environment variables may be separated by whitespace or spread across multiple .Cm SendEnv directives. The default is not to send any environment variables. +.Pp +See +.Sx PATTERNS +for more information on patterns. .It Cm ServerAliveCountMax Sets the number of server alive messages (see below) which may be sent without |