We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d847 commit 6659b9fCopy full SHA for 6659b9f
libvirt/tunnel/tunnel.sh
@@ -142,8 +142,8 @@ while true; do
142
break
143
fi
144
145
- # set up port forwarding from the SSH bastion to the local port 2222 --> ${PORT_FRWD}
146
- port-forward ${PORT_FRWD} &
+ # set up port forwarding from the SSH bastion to the local port, 2222 --> ${PORT_FRWD}
+ port-forward ${PORT_FRWD}:2222 &
147
PID_PORT=$!
148
149
# without a better synchonization library, we just need to wait for the port-forward to run
0 commit comments