Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 24, 2024
1 parent 1679836 commit 3a29392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssh_agent/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ functions:
# strings starting with $ have to be provided by the user
# here the command is executed via ssh with a timeout of 15 seconds
# IMPORTANT: this assumes the user can connect via ssh key and no password.
tool: gtimeout -v $SSH_TIMEOUT||15 /usr/bin/ssh $SSH_USER_HOST_STRING
tool: ssh $SSH_USER_HOST_STRING

0 comments on commit 3a29392

Please sign in to comment.