[BACK]Return to ssh_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.45 and 1.46

version 1.45, 2005/03/01 10:42:49 version 1.46, 2005/03/01 14:55:23
Line 420 
Line 420 
 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
Line 499 
Line 499 
 .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
Line 523 
Line 523 
 .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
Line 636 
Line 636 
 .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
Line 662 
Line 662 
 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.

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46