Skip to content

Commit c1b9b3f

Browse files
committed
2.0.1: add a line before Host
1 parent afcd24c commit c1b9b3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ssh-oci-bastion.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ENVIRONMENT
6161
ProxyJump
6262
\`\`\`
6363
64-
v2.0.0 May 2023 Created by Dima Korobskiy
64+
v2.0.1 May 2023 Created by Dima Korobskiy
6565
Credits: George Chacko, Oracle
6666
HEREDOC
6767
exit 1
@@ -209,6 +209,7 @@ if [[ $HOST_USER ]]; then
209209
# Append
210210
cat >>~/.ssh/config <<HEREDOC
211211
212+
212213
Host ${OCI_INSTANCE}
213214
ProxyJump ${bastion_session_dest}
214215
HEREDOC

0 commit comments

Comments
 (0)