Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394670
sshd_config.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
499 B
Subscribers
None
sshd_config.erb
View Options
# File is managed by Puppet
<%-
scope
.
lookupvar
(
'ssh::server::merged_options'
)
.
each
do
|
k
,
v
|
-%>
<%-
if
v
.
is_a?
(
Hash
)
-%>
<%=
k
%>
<%-
v
.
each
do
|
key
,
value
|
-%>
<%-
if
value
.
is_a?
(
Array
)
-%>
<%-
value
.
each
do
|
a
|
-%>
<%=
key
%>
<%=
a
%>
<%-
end
-%>
<%-
else
-%>
<%=
key
%>
<%=
value
%>
<%-
end
-%>
<%-
end
-%>
<%-
else
-%>
<%-
if
v
.
is_a?
(
Array
)
-%>
<%-
v
.
each
do
|
a
|
-%>
<%=
k
%>
<%=
a
%>
<%-
end
-%>
<%-
else
-%>
<%=
k
%>
<%=
v
%>
<%-
end
-%>
<%-
end
-%>
<%-
end
-%>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:27 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399169
Attached To
rSPSSH puppet-saz-ssh
Event Timeline
Log In to Comment