mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- jmc@cvs.openbsd.org 2006/02/24 10:37:07
[ssh_config.5] tidy up the refs to PATTERNS;
This commit is contained in:
parent
0c2079d81f
commit
f54a4b9da5
@ -157,6 +157,9 @@
|
|||||||
- jmc@cvs.openbsd.org 2006/02/24 10:33:54
|
- jmc@cvs.openbsd.org 2006/02/24 10:33:54
|
||||||
[sshd_config.5]
|
[sshd_config.5]
|
||||||
signpost to PATTERNS;
|
signpost to PATTERNS;
|
||||||
|
- jmc@cvs.openbsd.org 2006/02/24 10:37:07
|
||||||
|
[ssh_config.5]
|
||||||
|
tidy up the refs to PATTERNS;
|
||||||
|
|
||||||
20060313
|
20060313
|
||||||
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
|
||||||
@ -4058,4 +4061,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4183 2006/03/15 00:54:21 djm Exp $
|
$Id: ChangeLog,v 1.4184 2006/03/15 00:54:36 djm Exp $
|
||||||
|
16
ssh_config.5
16
ssh_config.5
@ -34,7 +34,7 @@
|
|||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" 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
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
@ -141,13 +141,14 @@ A single
|
|||||||
.Ql \&*
|
.Ql \&*
|
||||||
as a pattern can be used to provide global
|
as a pattern can be used to provide global
|
||||||
defaults for all hosts.
|
defaults for all hosts.
|
||||||
See
|
|
||||||
.Sx PATTERNS
|
|
||||||
for more information on patterns.
|
|
||||||
The host is the
|
The host is the
|
||||||
.Ar hostname
|
.Ar hostname
|
||||||
argument given on the command line (i.e., the name is not converted to
|
argument given on the command line (i.e., the name is not converted to
|
||||||
a canonicalized host name before matching).
|
a canonicalized host name before matching).
|
||||||
|
.Pp
|
||||||
|
See
|
||||||
|
.Sx PATTERNS
|
||||||
|
for more information on patterns.
|
||||||
.It Cm AddressFamily
|
.It Cm AddressFamily
|
||||||
Specifies which address family to use when connecting.
|
Specifies which address family to use when connecting.
|
||||||
Valid arguments are
|
Valid arguments are
|
||||||
@ -838,14 +839,15 @@ in
|
|||||||
.Xr sshd_config 5
|
.Xr sshd_config 5
|
||||||
for how to configure the server.
|
for how to configure the server.
|
||||||
Variables are specified by name, which may contain wildcard characters.
|
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
|
Multiple environment variables may be separated by whitespace or spread
|
||||||
across multiple
|
across multiple
|
||||||
.Cm SendEnv
|
.Cm SendEnv
|
||||||
directives.
|
directives.
|
||||||
The default is not to send any environment variables.
|
The default is not to send any environment variables.
|
||||||
|
.Pp
|
||||||
|
See
|
||||||
|
.Sx PATTERNS
|
||||||
|
for more information on patterns.
|
||||||
.It Cm ServerAliveCountMax
|
.It Cm ServerAliveCountMax
|
||||||
Sets the number of server alive messages (see below) which may be
|
Sets the number of server alive messages (see below) which may be
|
||||||
sent without
|
sent without
|
||||||
|
Loading…
x
Reference in New Issue
Block a user