Skip to content

Commit 966ef5b

Browse files
committed
Updated session creation time estimate
1 parent a657349 commit 966ef5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssh-oci-bastion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
set -o pipefail
44

5-
readonly VER=2.1.4
5+
readonly VER=2.1.5
66

77
# Remove the longest `*/` prefix
88
readonly SCRIPT_NAME_WITH_EXT="${0##*/}"
@@ -144,7 +144,7 @@ if [[ ! $SSH_PUB_KEY ]]; then
144144
fi
145145

146146
if [[ $port ]]; then
147-
echo -e "\nCreating a port forwarding tunnel for the port $port: this can take ≈ 10-20s ..."
147+
echo -e "\nCreating a port forwarding tunnel for the port $port: this can take ≈ 10-21s ..."
148148
# `--session-ttl`: session duration in seconds (defaults to 30 minutes, maximum is 3 hours).
149149
# `--wait-interval-seconds`: state check interval (defaults to 30 seconds).
150150
# `--ssh-public-key-file` is required

0 commit comments

Comments
 (0)