ssh: add jump host
This commit is contained in:
parent
3aa1236396
commit
46f976dcc9
2 changed files with 6 additions and 0 deletions
|
@ -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 = []
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue