We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795227d commit 5760d63Copy full SHA for 5760d63
1 file changed
ssh-oci-bastion.sh
@@ -174,7 +174,7 @@ if [[ $port ]]; then
174
set -x
175
# This only works assuming there are no internal quotes in the command
176
$ssh_command
177
- set +x
+ #set +x
178
exit
179
fi
180
@@ -235,5 +235,5 @@ HEREDOC
235
echo -e "\n[$(date +'%T %Z')] SSH to the target instance via a jump host"
236
237
ssh "${HOST_USER}@${OCI_INSTANCE}"
238
239
0 commit comments