Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lonlone Lee
base
Commits
326d57f2
Commit
326d57f2
authored
Feb 04, 2016
by
Adam Lewenberg
Browse files
sshd_config whitespace cleanup
parent
c193e736
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ssh/sshd_config.erb
View file @
326d57f2
...
...
@@ -8,25 +8,26 @@
# Split the ports at the commas.
ports
=
@listen_ports
.
split
(
','
)
ports
.
each
do
|
port
|
-%>
Port
<%=
port
%>
<%
<%
-
end
-%>
<%
<%
-
if
(
@listen_addresses
!=
'all'
)
# Split the addresses at the commas.
addresses
=
@listen_addresses
.
split
(
','
)
addresses
.
each
do
|
address
|
-%>
ListenAddress
<%=
address
%>
<%
<%
-
end
end
-%>
<%-
end
-%>
# Only support protocol version 2.
Protocol 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment