- jmc@cvs.openbsd.org 2005/03/01 14:55:23
[ssh_config.5] do not mark up punctuation; whitespace;
This commit is contained in:
parent
36bf7dd184
commit
f8c5546290
|
@ -4,6 +4,10 @@
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
remove some unneccesary macros;
|
remove some unneccesary macros;
|
||||||
do not mark up punctuation;
|
do not mark up punctuation;
|
||||||
|
- jmc@cvs.openbsd.org 2005/03/01 14:55:23
|
||||||
|
[ssh_config.5]
|
||||||
|
do not mark up punctuation;
|
||||||
|
whitespace;
|
||||||
|
|
||||||
20050301
|
20050301
|
||||||
- (djm) OpenBSD CVS sync:
|
- (djm) OpenBSD CVS sync:
|
||||||
|
@ -2223,4 +2227,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.3676 2005/03/02 01:02:47 djm Exp $
|
$Id: ChangeLog,v 1.3677 2005/03/02 01:03:05 djm Exp $
|
||||||
|
|
32
ssh_config.5
32
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.45 2005/03/01 10:42:49 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.46 2005/03/01 14:55:23 jmc Exp $
|
||||||
.Dd September 25, 1999
|
.Dd September 25, 1999
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -420,7 +420,7 @@ but they do not reveal identifying information should the file's contents
|
||||||
be disclosed.
|
be disclosed.
|
||||||
The default is
|
The default is
|
||||||
.Dq no .
|
.Dq no .
|
||||||
Note that hashing of names and addresses will not be retrospectively applied
|
Note that hashing of names and addresses will not be retrospectively applied
|
||||||
to existing known hosts files, but these may be manually hashed using
|
to existing known hosts files, but these may be manually hashed using
|
||||||
.Xr ssh-keygen 1 .
|
.Xr ssh-keygen 1 .
|
||||||
.It Cm HostbasedAuthentication
|
.It Cm HostbasedAuthentication
|
||||||
|
@ -499,18 +499,18 @@ The first argument must be a port number, and the second must be
|
||||||
.Xo
|
.Xo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address : Oc
|
.Oo Ar bind_address : Oc
|
||||||
.Ar host:port
|
.Ar host : port
|
||||||
.Sm on
|
.Sm on
|
||||||
.Xc .
|
.Xc .
|
||||||
IPv6 addresses can be specified by enclosing addresses in square brackets or
|
IPv6 addresses can be specified by enclosing addresses in square brackets or
|
||||||
by using an alternative syntax:
|
by using an alternative syntax:
|
||||||
.Xo
|
.Xo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address / Oc
|
.Oo Ar bind_address No / Oc
|
||||||
.Ar host/port
|
.Ar host No / Ar port
|
||||||
.Sm on
|
.Sm on
|
||||||
.Xc .
|
.Xc .
|
||||||
Multiple forwardings may be specified, and additional forwardings can be
|
Multiple forwardings may be specified, and additional forwardings can be
|
||||||
given on the command line.
|
given on the command line.
|
||||||
Only the superuser can forward privileged ports.
|
Only the superuser can forward privileged ports.
|
||||||
By default, the local port is bound in accordance with the
|
By default, the local port is bound in accordance with the
|
||||||
|
@ -523,9 +523,9 @@ The
|
||||||
.Ar bind_address
|
.Ar bind_address
|
||||||
of
|
of
|
||||||
.Dq localhost
|
.Dq localhost
|
||||||
indicates that the listening port be bound for local use only, while an
|
indicates that the listening port be bound for local use only, while an
|
||||||
empty address or
|
empty address or
|
||||||
.Dq *
|
.Sq *
|
||||||
indicates that the port should be available from all interfaces.
|
indicates that the port should be available from all interfaces.
|
||||||
.It Cm LogLevel
|
.It Cm LogLevel
|
||||||
Gives the verbosity level that is used when logging messages from
|
Gives the verbosity level that is used when logging messages from
|
||||||
|
@ -636,15 +636,15 @@ The first argument must be a port number, and the second must be
|
||||||
.Xo
|
.Xo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address : Oc
|
.Oo Ar bind_address : Oc
|
||||||
.Ar host:port
|
.Ar host : port
|
||||||
.Sm on
|
.Sm on
|
||||||
.Xc .
|
.Xc .
|
||||||
IPv6 addresses can be specified by enclosing any addresses in square brackets
|
IPv6 addresses can be specified by enclosing any addresses in square brackets
|
||||||
or by using the alternative syntax:
|
or by using the alternative syntax:
|
||||||
.Xo
|
.Xo
|
||||||
.Sm off
|
.Sm off
|
||||||
.Oo Ar bind_address / Oc
|
.Oo Ar bind_address No / Oc
|
||||||
.Ar host/port
|
.Ar host No / Ar port
|
||||||
.Sm on
|
.Sm on
|
||||||
.Xc .
|
.Xc .
|
||||||
Multiple forwardings may be specified, and additional
|
Multiple forwardings may be specified, and additional
|
||||||
|
@ -662,10 +662,10 @@ or an empty string, then the forwarding is requested to listen on all
|
||||||
interfaces.
|
interfaces.
|
||||||
Specifying a remote
|
Specifying a remote
|
||||||
.Ar bind_address
|
.Ar bind_address
|
||||||
will only succeed if the server's
|
will only succeed if the server's
|
||||||
.Cm GatewayPorts
|
.Cm GatewayPorts
|
||||||
option is enabled (see
|
option is enabled (see
|
||||||
.Xr sshd_config 5 ).
|
.Xr sshd_config 5 ) .
|
||||||
.It Cm RhostsRSAAuthentication
|
.It Cm RhostsRSAAuthentication
|
||||||
Specifies whether to try rhosts based authentication with RSA host
|
Specifies whether to try rhosts based authentication with RSA host
|
||||||
authentication.
|
authentication.
|
||||||
|
|
Loading…
Reference in New Issue