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 a657349 commit 966ef5bCopy full SHA for 966ef5b
ssh-oci-bastion.sh
@@ -2,7 +2,7 @@
2
set -e
3
set -o pipefail
4
5
-readonly VER=2.1.4
+readonly VER=2.1.5
6
7
# Remove the longest `*/` prefix
8
readonly SCRIPT_NAME_WITH_EXT="${0##*/}"
@@ -144,7 +144,7 @@ if [[ ! $SSH_PUB_KEY ]]; then
144
fi
145
146
if [[ $port ]]; then
147
- echo -e "\nCreating a port forwarding tunnel for the port $port: this can take ≈ 10-20s ..."
+ echo -e "\nCreating a port forwarding tunnel for the port $port: this can take ≈ 10-21s ..."
148
# `--session-ttl`: session duration in seconds (defaults to 30 minutes, maximum is 3 hours).
149
# `--wait-interval-seconds`: state check interval (defaults to 30 seconds).
150
# `--ssh-public-key-file` is required
0 commit comments