Skip to content

Commit d578480

Browse files
committed
Fixed "Connection refused“ during testing
1 parent 2a78391 commit d578480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qssh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ function register() {
265265
echo "done ✅ "
266266

267267
echo -e "🔮 ${purple}Testing backup tunnel to ${black}$(whoami)@$(hostname) ${purple}over ${black}${sshAddressString} ${purple}...${black}"
268+
sleep 5
268269
# shellcheck disable=SC2086
269270
# shellcheck disable=SC2046
270271
status=$(ssh -J ${jumpAddress} $(whoami)@localhost -p ${port} "echo ok")

0 commit comments

Comments
 (0)