summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 880f11049..10650e1bc 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
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.229 2016/04/15 00:30:19 djm Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.230 2016/04/17 14:34:46 jmc Exp $
37.Dd $Mdocdate: April 15 2016 $ 37.Dd $Mdocdate: April 17 2016 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -1021,14 +1021,14 @@ be listed early in the configuration file as it will not be applied
1021to unknown options that appear before it. 1021to unknown options that appear before it.
1022.It Cm Include 1022.It Cm Include
1023Include the specified configuration file(s). 1023Include the specified configuration file(s).
1024Multiple path names may be specified and each pathname may contain 1024Multiple pathnames may be specified and each pathname may contain
1025.Xr glob 3 1025.Xr glob 3
1026wildcards and, for user configurations, shell-like 1026wildcards and, for user configurations, shell-like
1027.Dq ~ 1027.Dq ~
1028references to user home directories. 1028references to user home directories.
1029Files without absolute paths are assumed to be in 1029Files without absolute paths are assumed to be in
1030.Pa ~/.ssh 1030.Pa ~/.ssh
1031if included in a user configurations file or 1031if included in a user configuration file or
1032.Pa /etc/ssh 1032.Pa /etc/ssh
1033if included from the system configuration file. 1033if included from the system configuration file.
1034.Cm Include 1034.Cm Include