Skip to content

Commit

Permalink
Fix jumphost connection
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiroma authored Aug 15, 2024
1 parent e29be7b commit e3eecce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ runs:
Host server
HostName $SSH_HOST
User $SSH_USER
ProxyJump jumphost
IdentityFile ~/.ssh/server.key
StrictHostKeyChecking no
ProxyJump jumphost
END
env:
SSH_USER: ${{ inputs.ssh_user }}
Expand Down

0 comments on commit e3eecce

Please sign in to comment.