diff options
Diffstat (limited to 'ssh_config.5')
-rw-r--r-- | ssh_config.5 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ssh_config.5 b/ssh_config.5 index 955afe351..003ed68ff 100644 --- a/ssh_config.5 +++ b/ssh_config.5 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 33 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 34 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: ssh_config.5,v 1.163 2013/05/16 04:27:50 djm Exp $ | 36 | .\" $OpenBSD: ssh_config.5,v 1.164 2013/05/16 06:28:45 jmc Exp $ |
37 | .Dd $Mdocdate: May 16 2013 $ | 37 | .Dd $Mdocdate: May 16 2013 $ |
38 | .Dt SSH_CONFIG 5 | 38 | .Dt SSH_CONFIG 5 |
39 | .Os | 39 | .Os |
@@ -597,17 +597,6 @@ The default is the name given on the command line. | |||
597 | Numeric IP addresses are also permitted (both on the command line and in | 597 | Numeric IP addresses are also permitted (both on the command line and in |
598 | .Cm HostName | 598 | .Cm HostName |
599 | specifications). | 599 | specifications). |
600 | .It Cm IgnoreUnknown | ||
601 | Specifies a pattern-list of unknown options to be ignored if they are | ||
602 | encountered in configuration parsing. | ||
603 | This may be used to suppress errors if | ||
604 | .Nm | ||
605 | contains options that are unrecognised by | ||
606 | .Xr ssh 1 . | ||
607 | It is recommended that | ||
608 | .Cm IgnoreUnknown | ||
609 | be listed early in the configuration file as it will not be applied | ||
610 | to unknown options that appear before it. | ||
611 | .It Cm IdentitiesOnly | 600 | .It Cm IdentitiesOnly |
612 | Specifies that | 601 | Specifies that |
613 | .Xr ssh 1 | 602 | .Xr ssh 1 |
@@ -668,6 +657,17 @@ Multiple | |||
668 | .Cm IdentityFile | 657 | .Cm IdentityFile |
669 | directives will add to the list of identities tried (this behaviour | 658 | directives will add to the list of identities tried (this behaviour |
670 | differs from that of other configuration directives). | 659 | differs from that of other configuration directives). |
660 | .It Cm IgnoreUnknown | ||
661 | Specifies a pattern-list of unknown options to be ignored if they are | ||
662 | encountered in configuration parsing. | ||
663 | This may be used to suppress errors if | ||
664 | .Nm | ||
665 | contains options that are unrecognised by | ||
666 | .Xr ssh 1 . | ||
667 | It is recommended that | ||
668 | .Cm IgnoreUnknown | ||
669 | be listed early in the configuration file as it will not be applied | ||
670 | to unknown options that appear before it. | ||
671 | .It Cm IPQoS | 671 | .It Cm IPQoS |
672 | Specifies the IPv4 type-of-service or DSCP class for connections. | 672 | Specifies the IPv4 type-of-service or DSCP class for connections. |
673 | Accepted values are | 673 | Accepted values are |