Skip to content
Snippets Groups Projects
Commit 971a0bdd authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'fix-sshpiper-cfg-passwd-authn-catchall' into 'main'

Add missing pasword auth config for catchall in sshpiper

Closes #247

See merge request !202
parents 44e0efb4 100dc7c8
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,11 @@ pipes:
host: "{{ group.host }}"
ignore_hostkey: true
private_key: "{{ group.private_key }}"
- from:
- username: ".*"
username_regex_match: true
to:
host: "{{ group.host }}"
ignore_hostkey: true
{% endif %}
{% endfor %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment