- jmc@cvs.openbsd.org 2013/05/16 06:28:45
[ssh_config.5] put IgnoreUnknown in the right place;
This commit is contained in:
parent
0763698f71
commit
63e0df2b93
|
@ -37,6 +37,9 @@
|
||||||
[ssh_config.5 readconf.h readconf.c]
|
[ssh_config.5 readconf.h readconf.c]
|
||||||
add the ability to ignore specific unrecognised ssh_config options;
|
add the ability to ignore specific unrecognised ssh_config options;
|
||||||
bz#866; ok markus@
|
bz#866; ok markus@
|
||||||
|
- jmc@cvs.openbsd.org 2013/05/16 06:28:45
|
||||||
|
[ssh_config.5]
|
||||||
|
put IgnoreUnknown in the right place;
|
||||||
|
|
||||||
20130510
|
20130510
|
||||||
- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
|
- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
|
||||||
|
|
24
ssh_config.5
24
ssh_config.5
|
@ -33,7 +33,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.163 2013/05/16 04:27:50 djm Exp $
|
.\" $OpenBSD: ssh_config.5,v 1.164 2013/05/16 06:28:45 jmc Exp $
|
||||||
.Dd $Mdocdate: May 16 2013 $
|
.Dd $Mdocdate: May 16 2013 $
|
||||||
.Dt SSH_CONFIG 5
|
.Dt SSH_CONFIG 5
|
||||||
.Os
|
.Os
|
||||||
|
@ -597,17 +597,6 @@ The default is the name given on the command line.
|
||||||
Numeric IP addresses are also permitted (both on the command line and in
|
Numeric IP addresses are also permitted (both on the command line and in
|
||||||
.Cm HostName
|
.Cm HostName
|
||||||
specifications).
|
specifications).
|
||||||
.It Cm IgnoreUnknown
|
|
||||||
Specifies a pattern-list of unknown options to be ignored if they are
|
|
||||||
encountered in configuration parsing.
|
|
||||||
This may be used to suppress errors if
|
|
||||||
.Nm
|
|
||||||
contains options that are unrecognised by
|
|
||||||
.Xr ssh 1 .
|
|
||||||
It is recommended that
|
|
||||||
.Cm IgnoreUnknown
|
|
||||||
be listed early in the configuration file as it will not be applied
|
|
||||||
to unknown options that appear before it.
|
|
||||||
.It Cm IdentitiesOnly
|
.It Cm IdentitiesOnly
|
||||||
Specifies that
|
Specifies that
|
||||||
.Xr ssh 1
|
.Xr ssh 1
|
||||||
|
@ -668,6 +657,17 @@ Multiple
|
||||||
.Cm IdentityFile
|
.Cm IdentityFile
|
||||||
directives will add to the list of identities tried (this behaviour
|
directives will add to the list of identities tried (this behaviour
|
||||||
differs from that of other configuration directives).
|
differs from that of other configuration directives).
|
||||||
|
.It Cm IgnoreUnknown
|
||||||
|
Specifies a pattern-list of unknown options to be ignored if they are
|
||||||
|
encountered in configuration parsing.
|
||||||
|
This may be used to suppress errors if
|
||||||
|
.Nm
|
||||||
|
contains options that are unrecognised by
|
||||||
|
.Xr ssh 1 .
|
||||||
|
It is recommended that
|
||||||
|
.Cm IgnoreUnknown
|
||||||
|
be listed early in the configuration file as it will not be applied
|
||||||
|
to unknown options that appear before it.
|
||||||
.It Cm IPQoS
|
.It Cm IPQoS
|
||||||
Specifies the IPv4 type-of-service or DSCP class for connections.
|
Specifies the IPv4 type-of-service or DSCP class for connections.
|
||||||
Accepted values are
|
Accepted values are
|
||||||
|
|
Loading…
Reference in New Issue