Page MenuHomeSoftware Heritage

sshd_match_block.erb
No OneTemporary

sshd_match_block.erb

<%-
def bool2str(v)
case v
when true
'yes'
when false
'no'
else
v
end
end
-%>
Match <%= @type %> <%= @name %>
<%- @options.keys.sort.each do |k| -%>
<%- v = @options[k] -%>
<%- if v != :undef -%>
<%= k %> <%= bool2str(v) %>
<%- end -%>
<%- end -%>

File Metadata

Mime Type
text/x-ruby
Expires
Jun 4 2025, 6:37 PM (14 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3305990

Event Timeline