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

fix: Add missing pasword auth config for catchall

parent 44e0efb4
No related branches found
No related tags found
1 merge request!202Add missing pasword auth config for catchall in sshpiper
...@@ -24,5 +24,11 @@ pipes: ...@@ -24,5 +24,11 @@ pipes:
host: "{{ group.host }}" host: "{{ group.host }}"
ignore_hostkey: true ignore_hostkey: true
private_key: "{{ group.private_key }}" private_key: "{{ group.private_key }}"
- from:
- username: ".*"
username_regex_match: true
to:
host: "{{ group.host }}"
ignore_hostkey: true
{% endif %} {% endif %}
{% endfor %} {% 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