# Managed by Saltstack {%- from "ssh/map.jinja" import ssh_users with context %} {%- for host, config in ssh_users[user]['ssh_hosts'].items() %} Host {{ host }} {%- for key, val in config.items() %} {{ key }} {{ val }} {%- endfor %} {%- endfor %}