Skip to content

Commit

Permalink
Add User option
Browse files Browse the repository at this point in the history
  • Loading branch information
civodul999 authored Oct 31, 2024
1 parent f3dd80e commit 14fa4e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/etc/ssh/ssh_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ Host {{ host.pattern | join(' ') }}
{% if host.port is defined %}
Port {{ host.port }}
{% endif %}
{% if host.user is defined %}
User {{ host.user }}
{% endif %}
{% if host.protocol is defined %}
Protocol {{ host.protocol | join(',') }}
{% endif %}
Expand Down

0 comments on commit 14fa4e0

Please sign in to comment.