Skip to content

Commit

Permalink
sshuttle
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbooth committed Oct 13, 2021
1 parent 4cf76a8 commit 91499d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function start_sshuttle {
public_ip=$(get_public_ip)
wait_for_ssh "${public_ip}"
echo "Opening tunnel to ${PRIVATE_NETWORK_CIDR} and ${FLOATING_RANGE} via ${public_ip}"
sshuttle -r \"${public_ip}\" \"${PRIVATE_NETWORK_CIDR}\" \"${FLOATING_RANGE}\" --ssh-cmd=\"$(get_ssh_cmd)\" -l 0.0.0.0 -D
sshuttle -r "${public_ip}" "${PRIVATE_NETWORK_CIDR}" "${FLOATING_RANGE}" --ssh-cmd="$(get_ssh_cmd)" -l 0.0.0.0 -D
}

function kill_sshuttle {
Expand Down

0 comments on commit 91499d5

Please sign in to comment.