ssh: add jump host

This commit is contained in:
Adam Gausmann 2025-01-14 11:08:05 -06:00
parent 3aa1236396
commit 46f976dcc9
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,7 @@ terminal = "alacritty"
lock-cmd = "swaylock -c 000000"
display-on-cmd = "wlopm --on '*'"
display-off-cmd = "wlopm --off '*'"
use-jump-host = false
inputs = []

View file

@ -2,3 +2,8 @@ AddKeysToAgent confirm
Host *.mst.edu
User um-ad\ajgq56
% if host['use-jump-host']:
Host *.flock.wg
ProxyJump goose@reliant.gaussian.dev
% endif