summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.513
1 files changed, 12 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 97897e00e..955afe351 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.162 2013/05/16 02:00:34 dtucker Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.163 2013/05/16 04:27:50 djm 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,6 +597,17 @@ The default is the name given on the command line.
597Numeric IP addresses are also permitted (both on the command line and in 597Numeric IP addresses are also permitted (both on the command line and in
598.Cm HostName 598.Cm HostName
599specifications). 599specifications).
600.It Cm IgnoreUnknown
601Specifies a pattern-list of unknown options to be ignored if they are
602encountered in configuration parsing.
603This may be used to suppress errors if
604.Nm
605contains options that are unrecognised by
606.Xr ssh 1 .
607It is recommended that
608.Cm IgnoreUnknown
609be listed early in the configuration file as it will not be applied
610to unknown options that appear before it.
600.It Cm IdentitiesOnly 611.It Cm IdentitiesOnly
601Specifies that 612Specifies that
602.Xr ssh 1 613.Xr ssh 1