Skip to content
Snippets Groups Projects

Add missing pasword auth config for catchall in sshpiper

1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -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 %}
Loading