dotfiles/templates/.ssh/config.j2

10 lines
159 B
Text
Raw Normal View History

2020-06-23 14:35:32 -05:00
AddKeysToAgent confirm
Host *.mst.edu
User um-ad\ajgq56
2025-01-14 11:08:05 -06:00
2025-04-04 20:30:54 -05:00
{% if host.use_jump_host %}
2025-01-14 11:08:05 -06:00
Host *.flock.wg
ProxyJump goose@reliant.gaussian.dev
2025-04-04 20:30:54 -05:00
{% endif %}