summaryrefslogtreecommitdiff
path: root/sshd_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 12:05:59 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 12:05:59 +1100
commit306d118f72670f0da447f28b7eec576dcb4a6e38 (patch)
tree0bff224f27fffa3159073c7c639f3ec0cc7fa5b7 /sshd_config.5
parent8056a9d46ac2d75560c2fd9fc69c75ee46a43922 (diff)
- dtucker@cvs.openbsd.org 2006/03/13 10:14:29
[misc.c ssh_config.5 sshd_config.5] Allow config directives to contain whitespace by surrounding them by double quotes. mindrot #482, man page help from jmc@, ok djm@
Diffstat (limited to 'sshd_config.5')
-rw-r--r--sshd_config.55
1 files changed, 4 insertions, 1 deletions
diff --git a/sshd_config.5 b/sshd_config.5
index 446e59afd..1bd3a624f 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd_config.5,v 1.55 2006/02/26 18:01:13 jmc Exp $ 37.\" $OpenBSD: sshd_config.5,v 1.56 2006/03/13 10:14:29 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD_CONFIG 5 39.Dt SSHD_CONFIG 5
40.Os 40.Os
@@ -56,6 +56,9 @@ The file contains keyword-argument pairs, one per line.
56Lines starting with 56Lines starting with
57.Ql # 57.Ql #
58and empty lines are interpreted as comments. 58and empty lines are interpreted as comments.
59Arguments may optionally be enclosed in double quotes
60.Pq \&"
61in order to represent arguments containing spaces.
59.Pp 62.Pp
60The possible 63The possible
61keywords and their meanings are as follows (note that 64keywords and their meanings are as follows (note that